Sort of implement personal feeds
This commit is contained in:
parent
1c216e415d
commit
8d2e008125
6 changed files with 47 additions and 5 deletions
|
@ -31,3 +31,6 @@ type Feed struct {
|
|||
// Otherwise, use its own key
|
||||
PublicKey sql.NullString
|
||||
}
|
||||
|
||||
// Suffix added to feeds created as the default feed for a user
|
||||
const FeedDefaultSuffix = "-default"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue