fix fields

This commit is contained in:
Ulf Gebhardt 2025-04-06 04:13:45 +02:00
parent 8f6555250b
commit 1cfb70664c
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -198,6 +198,7 @@ export default {
const user = await writeTxResultPromise
// TODO: put in a middleware, see "CreateGroup", "UpdateGroup"
await createOrUpdateLocations('User', params.id, params.locationName, session)
console.log(user)
return user
} catch (error) {
throw new UserInputError(error.message)
@ -388,11 +389,11 @@ export default {
settings: [
{
name: 'commentOnObservedPost',
value: parent.emailNotificationsPostByFollowedUser ?? true,
value: parent.emailNotificationsCommentOnObservedPost ?? true,
},
{
name: 'mention',
value: parent.emailNotificationsPostInGroup ?? true,
value: parent.emailNotificationsMention ?? true,
},
],
},