mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Clean and update CHANGES
This commit is contained in:
parent
b227dc3e5c
commit
72f8c8ef72
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ Improvements 🙌:
|
|||
-
|
||||
|
||||
Bugfix 🐛:
|
||||
-
|
||||
- Long message cannot be sent/takes infinite time & blocks other messages #1397
|
||||
|
||||
Translations 🗣:
|
||||
-
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue