mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Remove dead code
This commit is contained in:
parent
a1140fd8fa
commit
e04bfe8981
1 changed files with 1 additions and 1 deletions
|
@ -664,7 +664,7 @@ internal class RustCryptoService @Inject constructor(
|
|||
when (event.type) {
|
||||
EventType.ROOM_KEY -> {
|
||||
val content = event.getClearContent().toModel<RoomKeyContent>() ?: return@forEach
|
||||
content.sessionKey
|
||||
|
||||
val roomId = content.sessionId ?: return@forEach
|
||||
val sessionId = content.sessionId
|
||||
|
||||
|
|
Loading…
Reference in a new issue