diff --git a/storage-new/models/FeedNoteToUser.go b/storage-new/models/FeedNoteToUser.go new file mode 100644 index 0000000..336a6fc --- /dev/null +++ b/storage-new/models/FeedNoteToUser.go @@ -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