zulip / zulip-terminal

Official Zulip terminal client.
Apache License 2.0
663 stars 252 forks source link

Implement Push Notifications. #141

Closed amanagr closed 4 years ago

amanagr commented 6 years ago

Show Push Notifications for user-mentions, wildcard-mentions and if stream notifications are enabled. Currently zt doesn't receive any flags since the web client treats zt as a bot and doesn't attach any flags to messages. This will be fixed in the release of zulip(i.e, v1.9.0). So we can implement this after this.

Also, we should check if the server isn't sending us any flags for the messages, then probably the server hasn't upgraded their zulip version and we don't display notifications for it either.

Currently there are two libraries we can use to implement this: on linux: https://pypi.org/project/notify2/ on mac: https://github.com/setem/pync

zulipbot commented 5 years ago

Hello @amanagr, you have been unassigned from this issue because you have not updated this issue or any referenced pull requests for over 14 days.

You can reclaim this issue or claim any other issue by commenting @zulipbot claim on that issue.

Thanks for your contributions, and hope to see you again soon!

zulipbot commented 5 years ago

Hello @amanagr, you have been unassigned from this issue because you have not updated this issue or any referenced pull requests for over 14 days.

You can reclaim this issue or claim any other issue by commenting @zulipbot claim on that issue.

Thanks for your contributions, and hope to see you again soon!

neiljp commented 4 years ago

@amanagr To clarify, did you mean message notifications like we now have implemented via #399 and subsequent work - meaning we can close this issue - or something more like mobile notifications or something else?

amanagr commented 4 years ago

Yeah, with #399, this is fixed now.