Clean and update CHANGES

This commit is contained in:
ganfra 2020-09-18 12:25:29 +02:00
parent b227dc3e5c
commit 72f8c8ef72
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ Improvements 🙌:
-
Bugfix 🐛:
-
- Long message cannot be sent/takes infinite time & blocks other messages #1397
Translations 🗣:
-

View File

@ -87,7 +87,7 @@ internal class VerificationTransportRoomMessage(
val workerParams = WorkerParamsFactory.toData(SendVerificationMessageWorker.Params(
sessionId = sessionId,
eventId = event.eventId?:""
eventId = event.eventId ?: ""
))
val enqueueInfo = enqueueSendWork(workerParams)