Improve notification capture fidelity and documentation

This commit is contained in:
ajp_anton
2026-07-23 12:29:42 +00:00
parent 62ca31e2fb
commit 9268623fdd
12 changed files with 199 additions and 35 deletions
@@ -12,6 +12,8 @@ data class NotificationLogEntry(
val appName: String,
val action: NotificationAction,
val contents: String?,
/** The prior readable contents for an edit event, when that data was allowed to be logged. */
val previousContents: String? = null,
/** ID of a private encrypted PNG copy, when this event retained a readable image. */
val imageId: String? = null,
)