Prep file for feed link data
This commit is contained in:
parent
e7e48bfd51
commit
4fb0e17b69
1 changed files with 5 additions and 0 deletions
5
storage-new/models/FeedNoteToUser.go
Normal file
5
storage-new/models/FeedNoteToUser.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
package models
|
||||
|
||||
// TODO: Struct for mapping a note to a user for their personal feed
|
||||
// Storing timeline info in redis could also be an idea, but I kinda like
|
||||
// everything being in one place
|
Loading…
Reference in a new issue