Sort of implement personal feeds
This commit is contained in:
parent
1c216e415d
commit
8d2e008125
6 changed files with 47 additions and 5 deletions
9
storage-new/models/FeedReason.go
Normal file
9
storage-new/models/FeedReason.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package models
|
||||
|
||||
type FeedAppearanceReason string
|
||||
|
||||
const (
|
||||
FeedAppearanceReasonBoost FeedAppearanceReason = "boost"
|
||||
FeedAppearanceReasonFollowUser FeedAppearanceReason = "follow user"
|
||||
FeedAppearanceReasonFollowTag FeedAppearanceReason = "follow tag"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue