diff --git a/src/app_service/common/types.nim b/src/app_service/common/types.nim index 92aaff7eab..0457c0004d 100644 --- a/src/app_service/common/types.nim +++ b/src/app_service/common/types.nim @@ -15,6 +15,7 @@ type Gap = 10 Edit = 11 DiscordMessage = 12 + ContactIdentityVerification = 13 type StatusType* {.pure.} = enum diff --git a/src/app_service/service/activity_center/dto/notification.nim b/src/app_service/service/activity_center/dto/notification.nim index a8b33a0448..f113f4545b 100644 --- a/src/app_service/service/activity_center/dto/notification.nim +++ b/src/app_service/service/activity_center/dto/notification.nim @@ -17,6 +17,7 @@ type ActivityCenterNotificationType* {.pure.}= enum CommunityRequest = 7 CommunityMembershipRequest = 8 CommunityKicked = 9 + ContactVerification = 10 type ActivityCenterMembershipStatus* {.pure.}= enum Idle = 0,