Skip to content

Commit

Permalink
Update event
Browse files Browse the repository at this point in the history
  • Loading branch information
laushinka committed Aug 16, 2021
1 parent 55f10df commit d5f624c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/server/src/user/user-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,8 @@ export class UserController {
"name": user.identities[0].authName,
"full_name": user.fullName,
"created_at": user.creationDate,
"unsubscribed": !user.allowsMarketingCommunication,
"unsubscribed_changelog": !user.additionalData?.emailNotificationSettings?.allowsChangelogMail,
"unsubscribed_devx": !user.additionalData?.emailNotificationSettings?.allowsDevXMail,
"blocked": user.blocked
}
});
Expand Down

0 comments on commit d5f624c

Please sign in to comment.