mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 11:39:42 +01:00
fix check if federated is still the same
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
3bd1a533e3
commit
8dd1b885f3
@ -391,7 +391,7 @@ class WebSocketInstance internal constructor(
|
||||
roomToken == currentRoomToken &&
|
||||
normalBackendSession == currentNormalBackendSession &&
|
||||
federation?.roomId == currentFederation?.roomId &&
|
||||
federation?.nextcloudServer == federation?.nextcloudServer
|
||||
federation?.nextcloudServer == currentFederation?.nextcloudServer
|
||||
) {
|
||||
Log.d(TAG, "roomToken & session are unchanged. Joining locally without to send websocket message")
|
||||
sendRoomJoinedEvent()
|
||||
|
Loading…
Reference in New Issue
Block a user