mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #465] Clarification on example in iOS instant notifications #356
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#356
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 @jpmens on GitHub (Nov 4, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/465
The example of what is transferred to
ntfy.shin https://github.com/binwiederhier/ntfy/issues/300 is slightly confusing, and I hope you can clarify this for me.The example shows what the self-hosted server forwards to the upstream server:
Is the attribute
messagereally contained in what is sent upstream? IMO that would defeat the actual purpose of hiding the published data.@binwiederhier commented on GitHub (Nov 5, 2022):
It literally sends the message "New message" for every message. Even if your message is "Some other message", the message will always be "New message". This is so that if iOS cannot talk to the selfhosted server (in time, or at all), it'll show "New message" as a popup.
github.com/binwiederhier/ntfy@cbc912d1e3/server/server.go (L96)github.com/binwiederhier/ntfy@cbc912d1e3/server/types.go (L116)github.com/binwiederhier/ntfy@cbc912d1e3/server/server.go (L463)