this post was submitted on 09 Apr 2026
651 points (99.2% liked)

Technology

83666 readers
4808 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] crank0271@lemmy.world 46 points 1 day ago (6 children)

On iOS, under Settings > Notifications > Notification Content

[–] evasive_chimpanzee@lemmy.world 14 points 1 day ago (1 children)

I'm assuming that changes what it actually displays, but is there confirmation that those data dont enter the notification system on the back end?

[–] n3ur0n@discuss.tchncs.de 17 points 1 day ago (1 children)

On Android the setting is within the Signal app, so I assume it won't leave the app and therefore won't enter the notification system.

[–] Natanael@slrpnk.net 15 points 1 day ago* (last edited 1 day ago) (1 children)

Correct - the notification API from the server is literally just a ping to inform it there's something to fetch. The app itself fills the notification content. If you tell it to leave it blank there's nothing cached outside the application storage.

Apps *can* let the server fill the entire notification content without waking the app, but that's not how Signal works

[–] BurgerBaron@piefed.social 6 points 1 day ago

Play Store version uses Google’s push/FCM but yeah even then it's just the generic ping data they get as I understand it. Some may not even want them to have timestamps, so there's solutions to that:

Can take it a step further grabbing the non-google APK on their website instead or using the hardened Signal fork named Molly. Both use a persistent WebSocket connection to Signal’s servers instead.

This is for the client display only, and not the iOS API interface as I'm discussing. It's not very plainly laid out in the docs, but one would assume any queuing of content into the notification system would be stored or cached if not cleared. There doesn't seem to be a way to have a client of that system to clear it's own data once it's in there, just cancel last notification.

[–] Chozo@fedia.io 7 points 1 day ago (1 children)

I imagine a similar exploit will work on Android devices, as well. Wouldn't have considered it, but it may be a good idea to figure out how to disable the content from appearing in the Android notifs, too.

[–] Telorand@reddthat.com 6 points 1 day ago* (last edited 1 day ago)

It's not an exploit. It's a built-in setting in Signal, and the Android options are identical to the one displayed above. You can turn off notification history in Android as well, so it has no stored record of cleared notifications at all.

[–] Cherry@piefed.social 6 points 1 day ago

Thanks for taking the time to post a helpful instruction.

[–] homes@piefed.world 3 points 1 day ago

glad to know this setting is available