mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Add notification on new instance follower (server side)
This commit is contained in:
parent
0dc6477758
commit
883993c81e
19 changed files with 212 additions and 21 deletions
|
@ -75,7 +75,8 @@ async function updateNotificationSettings (req: express.Request, res: express.Re
|
|||
myVideoImportFinished: body.myVideoImportFinished,
|
||||
newFollow: body.newFollow,
|
||||
newUserRegistration: body.newUserRegistration,
|
||||
commentMention: body.commentMention
|
||||
commentMention: body.commentMention,
|
||||
newInstanceFollower: body.newInstanceFollower
|
||||
}
|
||||
|
||||
await UserNotificationSettingModel.update(values, query)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue