Sort of implement personal feeds
This commit is contained in:
parent
1c216e415d
commit
8d2e008125
6 changed files with 47 additions and 5 deletions
|
@ -25,7 +25,7 @@ type NoteToFeed struct {
|
|||
CreatedAt time.Time
|
||||
Note Note // The note being assigned
|
||||
NoteId string
|
||||
// Feed Feed
|
||||
// FeedId uint64
|
||||
// Reason AppearanceReason
|
||||
Feed *Feed
|
||||
FeedId uint64
|
||||
Reason string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue