Drop feeds/merge them into user

This commit is contained in:
Melody Becker 2025-07-11 10:12:52 +02:00
parent 59373c6380
commit f12059c760
13 changed files with 78 additions and 920 deletions

View file

@ -25,7 +25,7 @@ type NoteToFeed struct {
CreatedAt time.Time
Note Note // The note being assigned
NoteId string
Feed *Feed
FeedId uint64
ForUser *User
ForUserId string
Reason string
}