mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Add auto follow back support for instances
This commit is contained in:
parent
f69ec5f340
commit
8424c4026a
44 changed files with 652 additions and 157 deletions
|
@ -76,7 +76,8 @@ async function updateNotificationSettings (req: express.Request, res: express.Re
|
|||
newFollow: body.newFollow,
|
||||
newUserRegistration: body.newUserRegistration,
|
||||
commentMention: body.commentMention,
|
||||
newInstanceFollower: body.newInstanceFollower
|
||||
newInstanceFollower: body.newInstanceFollower,
|
||||
autoInstanceFollowing: body.autoInstanceFollowing
|
||||
}
|
||||
|
||||
await UserNotificationSettingModel.update(values, query)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue