This commit is contained in:
parent
8d4ba2ecae
commit
67b507f4bd
25 changed files with 74 additions and 27 deletions
|
@ -6,7 +6,10 @@ import (
|
|||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
// Data defined in extra structs:
|
||||
// User created content, containing some message, maybe attachments,
|
||||
// tags, pings or other extra things
|
||||
//
|
||||
// Data defined in extra structs (links are included at the bottom):
|
||||
// - Attachments: models.NoteToAttachment
|
||||
// - Emotes: models.NoteToEmote
|
||||
// - Pings: models.NoteToPing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue