mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #1112] Android app: Timestamp ignored in notifications #782
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#782
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 @voruti on GitHub (May 22, 2024).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1112
🐞 Describe the bug
While setting up the Android app & integrations with it on my smartphone, I noticed that the timestamp isn't set for Android notifications from the ntfy app.
In my case (see screenshot below) I receive the notification in Automate (similar to Tasker) via the broadcast intent and show it as Android notification. When creating the Android notification I set the timestamp to be the one I receive from the broadcasts extras.
The problem becomes noticeable when notifications from ntfy get delayed (because of lack of internet connection or similar). After receiving the (delayed) notification, ntfy creates an Android notification with the current timestamp - not with the one that is attached to the ntfy notification - while my Automate integration creates an Android notification with the correct timestamp of the moment the ntfy notification originally was sent.
💻 Components impacted
Android app
💡 Screenshots and/or logs

🔮 Additional context
In the screenshot above I cut off the internet connection (wifi) to my smartphone, sent the test message "triggered" to the topic, waited 3 minutes and then turned wifi back on. Both notifications appeared immediately, but they show different timestamps.
@binwiederhier commented on GitHub (Feb 4, 2026):
Done in
github.com/binwiederhier/ntfy-android@6c4f5e8810