Closed amanagr closed 4 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!
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!
@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?
Yeah, with #399, this is fixed now.
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