-
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
The documented behavior is: If one creating a notification channel with existing ID the channels gets updated.
Now it results in
**System.ArgumentException:** 'CreateNotificationChannels failed: notificationChannelRequests contains NotificationChannelRequest with duplicate ChannelId: ["verification", "chat"] (Parameter 'notificationChannelRequests')'
The culprit is here. It merges new and existing channels next statement EnsureNotificationChannelRequests(...) checks for duplicates.
Basic Information
- Version with issue: latest one (it is in the
developbranch)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working