Drop feeds/merge them into user
This commit is contained in:
parent
59373c6380
commit
f12059c760
13 changed files with 78 additions and 920 deletions
|
@ -73,6 +73,12 @@ type User struct {
|
|||
FinishedRegistration bool // Whether this account has completed registration yet
|
||||
PrivateKeyRsa []byte
|
||||
PrivateKeyEd []byte
|
||||
// Is this user a placeholder for a feed?
|
||||
// If yes, various settings will be forcefully overwritten
|
||||
// Description says that it's a feed, displayname will have -feed appended,
|
||||
// all optional feeds are empty, always verified and registration complete
|
||||
// not indexable, marked as bot, restricted follows with auto-reject
|
||||
IsFeed bool
|
||||
|
||||
RawData []byte
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue