mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-10 00:08:52 +02:00
[GH-ISSUE #1102] Unified Push (Matrix / Element) not working correctly #774
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#774
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Error00101 on GitHub (May 3, 2024).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1102
🐞 Describe the bug
I selfhost ntfy and a Matrix Synapse and i want to recive notifications via ntfy.
Inside the Element app i added the notification service (working just fine)
When trying to check for Problems it doesnt find any.
The ntfy app does show the im.vector.app (unified push)
But when clicking on it i only can change the name of the topic or copy the theme url.
Matrix lists an 200 success Message & my ntfy server does recive something!
When following the up* topic for the Matrix notifications i get an unformated message.
💻 Components impacted
❓ What i think should happen
A well formated message should be recived by all subscibed devices
💡 Screenshots and/or logs
combined_logs.log
A few screenshots i made
🔮 Additional context
Other Pushers work just fine on any platform: skripts/uptime kuma/... - Web/Android
I have whitelisted the up* for any user
Did I do something wrong?
@wunter8 commented on GitHub (May 3, 2024):
It looks like everything is hooked up correctly. The unformatted messages seen in the web app are to be expected (you're not supposed to look at that topic manually). ntfy sends the notifications to Element Android behind the scenes, and Element Android will format them into a proper notification.
The Element Android notification troubleshooter shows that the "Push Test" passed. Did any notification pop up during the test? Do you have the notifications enabled for the Element app in Android settings?
@Error00101 commented on GitHub (May 3, 2024):
Thank you for the response.
A notification did show up from Element. (it does even recive the callback from the click on it)
I did expect a ntfy notification to pop up.