Elektrine lite

← Feed

@n3ur0n@discuss.tchncs.de

Post #2489435

2026-04-09 15:48 UTC

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.

Replies (1)

  • @Natanael@slrpnk.net 2026-04-09 16:00

    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

    Open ##2489436