-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Push notifications via unifiedpush don't work #38
Comments
This is because of element-hq/element-x-android#3388 (as I mention here element-hq/element-x-android#3571 (comment)) and I don't really see why they always return the custom gateway It would be nice to submit a patch, and ask why they did this. I can't do this patch atm. I see one possible reason they would do that (broken) patch:
If that's the case, then I think we can do this:
|
BTW, MSC4174 will help to get rid of this gateway. If someone wants to implement it for android, that'd be nice :) |
I'd be happy to include a patch to fix this even if upstream takes longer to realize it's needed. Those commits that are to blame don't look like an easy |
I don't think the whole PR should be reverted. We just need to change
|
Thanks! Yeah I don't think we should revert the whole thing. Maybe I can implement your suggestion later this week |
That'd be awesome, feel free to ping me (github or matrix) :) |
Fixes #38 Co-authored-by: sim <[email protected]> Change-Id: I2b349911f6ddffd4a2dda89fb6e4057df8759a60
Describe the bug
As per title push notifications via unifiedpush (using conversations/cheogram as provider/distributor) do not work.
To Reproduce
Steps to reproduce the behavior:
Enable conversations/cheogram as push notification provider
Expected behavior
You should receive push notifications
Screenshots
Smartphone (please complete the following information):
Additional context
App version: 0.7.4.sc16
Store: F-Droid (official repo)
Homeserver: tchncs.de
Related experimental/labs settings:
Logs have been submitted using the app's built-in bug report (/"rageshake") mechanism: no
Upstream relevance
Add any other context about the problem here.
With the "classic" version of schildichat push notifications work, the problem occurs only with SchildiChat Next.
I use unifiedpush with mercurygram (a telegram client) without problems and testing them with the UP-Example app the notifications work.
The text was updated successfully, but these errors were encountered: