slack
slack copied to clipboard
[Patch] Mute and unmute requests
PR Content:
- Patched incorrect implementation of mute and unmute requests:
- Incorrect body format
- Incorrect logic in unmute
@kanata2 I've updated this branch hoping that it could get merged now:
- Changed name of methods from
MuteChatandUnMuteChattoMuteConversationandUnMuteConversation. - Changed signature of methods to return the updated list of muted conversations.
- Added
Contextvariant to the methods namely (GetUserPrefsContext,MuteChatContextandUnMuteChatContext). - Added tests for
MuteConversationandUnMuteConversation. - Added comments on methods. Let me know if anything else needs to be done.