Improve notification capture fidelity and documentation
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user