Export retained notification images in HTML
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user