Delete private messages when their timers expire (needs UI support).

This commit is contained in:
akwizgran
2021-02-25 15:56:29 +00:00
committed by Torsten Grote
parent c89bde08db
commit 240e619248
16 changed files with 710 additions and 145 deletions

View File

@@ -53,8 +53,7 @@ internal fun DeletionResult.output() = JsonDict(
"hasIntroductionSessionInProgress" to hasIntroductionSessionInProgress(),
"hasInvitationSessionInProgress" to hasInvitationSessionInProgress(),
"hasNotAllIntroductionSelected" to hasNotAllIntroductionSelected(),
"hasNotAllInvitationSelected" to hasNotAllInvitationSelected(),
"hasNotFullyDownloaded" to hasNotFullyDownloaded()
"hasNotAllInvitationSelected" to hasNotAllInvitationSelected()
)
internal fun MessagesAckedEvent.output() = JsonDict(