zulip-terminal
zulip-terminal copied to clipboard
[WIP] Support muted users
What does this PR do, and why?
Adds support to handle muted users
TODO: Add support to mute and unmute users on ZT
Outstanding aspect(s)
- [ ]
External discussion & connections
- [ ] Discussed in #zulip-terminal in
topic - [ ] Fully fixes #
- [ ] Partially fixes issue #1001
- [ ] Builds upon previous unmerged work in PR #1425
- [ ] Is a follow-up to work in PR #
- [ ] Requires merge of PR #
- [ ] Merge will enable work on #
How did you test this?
- [ ] Manually - Behavioral changes
- [ ] Manually - Visual changes
- [ ] Adapting existing automated tests
- [ ] Adding automated tests for new behavior (or missing tests)
- [ ] Existing automated tests should already cover this (only a refactor of tested code)
Self-review checklist for each commit
- [ ] It is a minimal coherent idea
- [ ] It has a commit summary following the documented style (title & body)
- [ ] It has a commit summary describing the motivation and reasoning for the change
- [ ] It individually passes linting and tests
- [ ] It contains test additions for any new behavior
- [ ] It flows clearly from a previous branch commit, and/or prepares for the next commit