Export retained notification images in HTML

This commit is contained in:
ajp_anton
2026-07-23 10:51:07 +00:00
parent 6eb9058595
commit dd1c9e5a01
8 changed files with 123 additions and 7 deletions
@@ -10,6 +10,8 @@ data class NotificationLogEntry(
val appName: String,
val action: NotificationAction,
val contents: String?,
/** ID of a private encrypted PNG copy, when this event retained a readable image. */
val imageId: String? = null,
)
enum class NotificationAction {