mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 03:41:27 +00:00
lint fix
This commit is contained in:
parent
a1e92fdb7b
commit
931d241c8a
@ -389,41 +389,41 @@ export default {
|
||||
}
|
||||
|
||||
return [
|
||||
{
|
||||
type: 'post',
|
||||
settings: [
|
||||
{
|
||||
name: 'commentOnObservedPost',
|
||||
value: parent.emailNotificationsPostByFollowedUser ?? true,
|
||||
},
|
||||
{
|
||||
name: 'mention',
|
||||
value: parent.emailNotificationsPostInGroup ?? true,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'group',
|
||||
settings: [
|
||||
{
|
||||
name: 'groupMemberJoined',
|
||||
value: parent.emailNotificationsGroupMemberJoined ?? true,
|
||||
},
|
||||
{
|
||||
name: 'groupMemberLeft',
|
||||
value: parent.emailNotificationsGroupMemberLeft ?? true,
|
||||
},
|
||||
{
|
||||
name: 'groupMemberRemoved',
|
||||
value: parent.emailNotificationsGroupMemberRemoved ?? true,
|
||||
},
|
||||
{
|
||||
name: 'groupMemberRoleChanged',
|
||||
value: parent.emailNotificationsGroupMemberRoleChanged ?? true,
|
||||
},
|
||||
],
|
||||
},
|
||||
]
|
||||
{
|
||||
type: 'post',
|
||||
settings: [
|
||||
{
|
||||
name: 'commentOnObservedPost',
|
||||
value: parent.emailNotificationsPostByFollowedUser ?? true,
|
||||
},
|
||||
{
|
||||
name: 'mention',
|
||||
value: parent.emailNotificationsPostInGroup ?? true,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'group',
|
||||
settings: [
|
||||
{
|
||||
name: 'groupMemberJoined',
|
||||
value: parent.emailNotificationsGroupMemberJoined ?? true,
|
||||
},
|
||||
{
|
||||
name: 'groupMemberLeft',
|
||||
value: parent.emailNotificationsGroupMemberLeft ?? true,
|
||||
},
|
||||
{
|
||||
name: 'groupMemberRemoved',
|
||||
value: parent.emailNotificationsGroupMemberRemoved ?? true,
|
||||
},
|
||||
{
|
||||
name: 'groupMemberRoleChanged',
|
||||
value: parent.emailNotificationsGroupMemberRoleChanged ?? true,
|
||||
},
|
||||
],
|
||||
},
|
||||
]
|
||||
},
|
||||
...Resolver('User', {
|
||||
undefinedToNull: [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user