mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #1394] Missing emoji in JSON stream #982
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#982
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 @xxynet on GitHub (Jul 20, 2025).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1394
🐞 Describe the bug
i built a Python script that receives messages from my self-hosted seerver via json stream and clicked "send test notification" on the webpage, it sent a notification with an emoji in title, but that emoji didn't appear in the json stream.
💻 Components impacted
💡 Screenshots and/or logs
json stream:
{"id":"FpbryhJaF7Gg","time":1752980341,"expires":1753023541,"event":"message","topic":"test","title":"Oh my, another test message?","message":"There are nine million bicycles in Beijing That's a fact; It's a thing we can't deny. I wonder if that's true ...","priority":1,"tags":["warning"]}
🔮 Additional context
the script i used: https://github.com/xxynet/ntfy-desktop
@wunter8 commented on GitHub (Jul 20, 2025):
The emoji in the title comes from the
tags.warningcorresponds to the yellow caution triangle. See the docs here: https://docs.ntfy.sh/publish/#tags-emojis@xxynet commented on GitHub (Jul 20, 2025):
I got it, thanks so much