Drop feeds/merge them into user

This commit is contained in:
Melody Becker 2025-07-11 10:12:52 +02:00
parent 59373c6380
commit f12059c760
13 changed files with 78 additions and 920 deletions

View file

@ -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