zulip / zulip-terminal

Official Zulip terminal client.
Apache License 2.0
639 stars 246 forks source link

Add support for muted users #1001

Open WesleyAC opened 3 years ago

WesleyAC commented 3 years ago

We've finished merging the backend for muting users in zulip/zulip#16915, and are discussing the UI in zulip/zulip#18222.

This is being implemented in the webapp (zulip/zulip#16915), and mobile (zulip/zulip#4678), and it would be excellent for ZT to support it as well.

zulip/zulip-mobile#4655 may be helpful for figuring out what implementing this looks like, it's unlikely to be very tricky.


Notes for implementation as of Apr 2024: (by neiljp)

API notes:

API changelog: (https://docs.zulip.com/api/changelog)

neiljp commented 3 years ago

@WesleyAC Thanks for opening this - I was just considering doing so myself :+1:

This is projected for Zulip 4.0?

WesleyAC commented 3 years ago

Yep, the plan is for this to be in 4.0 :)

Subhasish-Behera commented 1 year ago

The mobile implementation seems to be zulip/zulip-mobile#4678 and not zulip/zulip#4678 as mentioned above.