mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #1103] Acknowledging a notification on the web interface does not extend to the Android app #773
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#773
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 @wsw70 on GitHub (May 6, 2024).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1103
❓ Question
When I acknowledge a notification on the web interface, it is not acknowledged on the Android app (and vice-versa). Is this normal and expected?
@wunter8 commented on GitHub (May 6, 2024):
This is the expected behavior right now. There have been discussions about implementing sync across devices, but it hasn't been implemented yet (and there's no estimated timeline)
@wsw70 commented on GitHub (May 6, 2024):
Thank you for the answer. I infer that since the acknowledgment is purely local, ntfy is a kind of subpub system without centralized message handling, right? (as opposed to having the clients poll a centralized DB and push their acknowledgments there)
This is purely an "out of curiosity" question.
@wunter8 commented on GitHub (May 6, 2024):
Haha, yes, "ntfy (pronounced notify) is a simple HTTP-based pub-sub notification service" (from the first line of the website)
Right now, subscribed topics can be synced across instances of the web app (so if you subscribe to a topic on your desktop in the web app, the web app on your laptop will also subscribe to that topic). That is done using a special "sync" topic in the background. I presume message syncing will work similarly
@wsw70 commented on GitHub (May 6, 2024):
I should be more careful reading the web site (I jumped to the docs :))
Thanks a lot - it's all clear now!