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:
Simon Backx 2022-07-07 14:12:54 +02:00
parent a0294c65b2
commit 011c7cb0a2

View File

@ -317,6 +317,7 @@ module.exports = class MemberRepository {
'geolocation',
'products',
'newsletters',
'enable_comment_notifications',
'last_seen_at'
]);