zulip / zulip-terminal

Official Zulip terminal client.
Apache License 2.0
615 stars 243 forks source link

TRACKING: Event handling improvements #993

Open Ezio-Sarthak opened 3 years ago

Ezio-Sarthak commented 3 years ago

ZT currently handles some common (e.g., message/subscription update) events. To know more about events API, check out the Get events doc :)

Below are some events that might be a good addition:

Despite the above events there are some which might not need attention as of now, however, would be worth mentioning:

zulipbot commented 3 years ago

ERROR: Label "area:event handling" does not exist and was thus not added to this issue.

Ezio-Sarthak commented 3 years ago

@zulipbot add "area: event handling"

neiljp commented 3 years ago

Tagged with GSoC, but this is across multiple areas so as per the tracking nature of this issue, this isn't something one person will likely work on.

abhijeetbodas2001 commented 3 years ago

realm_filters: Handle a change of configured linkifiers.

I get that this is not a high priority, but whenever in the future ZT adds support for handling events sent after the linkifiers in the realm have changed, we should handle the new realm_linkifiers events, since the realm_filters event type has been deprecated in feature level 54. #995 has more context. Can you update the issue description?

Ezio-Sarthak commented 3 years ago

Thanks! Updated the issue description :)

neiljp commented 1 year ago

Also see zulip/zulip-mobile#3408 for a similar mobile tracking issue.