-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backend implementation of notifications #210
Conversation
…ationMessageBase`
… new message type
…InSubscribedTeamNotificationMessage()`
…messageId`) to json
…be sent(or is muted)
@JonasMuehlmann I am not sure if I understood how |
@JayKim94 Yes, if I add a mute for a specific combination of notification -source, -sender and -event(e.g. you reacting to my messages in the team xyz), I will not get a notification of that event occurring in other views or while I am offline. The only way to find out about it is opening the corresponding view and inferring the event from the content of e.g. the new message in a chat, a new team in my teams navigation, etc. |
Before this PR can be merged, the following checkboxes have to be ticked
MessengerService
if appropiateSignalRService
if appropiateConsole.Writeline()
statements used for debuggingRelated issues: