mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-24 00:01:23 +01:00
Clean and update CHANGES
This commit is contained in:
parent
b227dc3e5c
commit
72f8c8ef72
@ -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…
Reference in New Issue
Block a user