mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 10:25:35 +03:00
ktlint
This commit is contained in:
parent
6b284f2a16
commit
2d75c67aa3
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ internal class MXMegolmEncryption(
|
||||||
}
|
}
|
||||||
|
|
||||||
if (noOlmToNotify.isNotEmpty()) {
|
if (noOlmToNotify.isNotEmpty()) {
|
||||||
//XXX offload?, as they won't read the message anyhow?
|
// XXX offload?, as they won't read the message anyhow?
|
||||||
notifyKeyWithHeld(
|
notifyKeyWithHeld(
|
||||||
noOlmToNotify,
|
noOlmToNotify,
|
||||||
session.sessionId,
|
session.sessionId,
|
||||||
|
|
Loading…
Reference in a new issue