mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
fix comment
This commit is contained in:
parent
36ce42e36e
commit
d3391076b5
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ internal class OlmMachine @Inject constructor(
|
|||
|
||||
val outAdapter = moshi.adapter(Event::class.java)
|
||||
|
||||
// we don't need to use `roomKeyInfos` as we are for now we are
|
||||
// we don't need to use `roomKeyInfos` as for now we are manually
|
||||
// checking the returned to devices to check for room keys.
|
||||
// XXX Anyhow there is now proper signaling we should soon stop parsing them manually
|
||||
receiveSyncChanges.toDeviceEvents.map {
|
||||
|
|
Loading…
Add table
Reference in a new issue