mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #1163] Notifications Between Matrix Users Only Goes One-Way #821
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#821
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 @TheDarkula on GitHub (Jul 29, 2024).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1163
🐞 Describe the bug
Stemming from this issue, I am trying to track down a notifications bug between two matrix users.
Essentially, notifications only function properly one-way.
💻 Components impacted
🔮 Additional context
This failure started when I implemented ntfy with conduit, so I suspect some wires are not touching since then.
@TheDarkula commented on GitHub (Aug 1, 2024):
I have done some more digging, and this is what is happening:
uptopic that ntfy configures for the second user is not written to by the first user.It is only failing in one direction, and only between these two specific users.
@TheDarkula commented on GitHub (Aug 18, 2024):
I figured it out.
Somehow, and I have no idea how, the "mute" button got clicked on one contact.