mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-15 15:45:49 -06:00
[GH-ISSUE #1294] App doesn't display all topics like web version #917
Labels
No labels
ai-generated
android-app
android-app
android-app
build
build
dependencies
docs
enhancement
enhancement
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
server
server
unified-push
web-app
website
🔒 security
🔥 HOT
🪲 bug
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ntfy#917
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 @EdwinKM on GitHub (Mar 15, 2025).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1294
🐞 Describe the bug
I am experimenting with ntfy and Gotify. In Gotify, I link all Applications (topics) to a single account, allowing me to see all alerts on all devices at once.
I am trying to achieve the same with the ntfy App. This works perfectly in the browser version. I log in as "admin" and can see all topics. However, I can't get this to work in the app.
The app does have a login function, but it doesn't seem to serve this purpose. I still need to manually subscribe to topics.
It's strange that the website and the app behave differently.
💻 Components impacted
ntfy server: :v2.11.0
Android app: 1.16.0
💡 Screenshots and/or logs
🔮 Additional context
@wunter8 commented on GitHub (Mar 15, 2025):
Topic subscriptions are only "synced" between instances of the web app right now. We haven't added the subscription sync to the Android app yet. You could install the PWA on your phone and the topics would sync there
@baozilala commented on GitHub (Nov 29, 2025):
Is there any updates for this function?
@wunter8 commented on GitHub (Nov 29, 2025):
Not yet, no