mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-13 10:55:58 +03:00
Added support for updating member enable_comment_notifications
refs https://github.com/TryGhost/Team/issues/1664 This makes it possible for members to update their comment notification preferences
This commit is contained in:
parent
a0294c65b2
commit
011c7cb0a2
@ -317,6 +317,7 @@ module.exports = class MemberRepository {
|
||||
'geolocation',
|
||||
'products',
|
||||
'newsletters',
|
||||
'enable_comment_notifications',
|
||||
'last_seen_at'
|
||||
]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user