mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 20:19:42 +01:00
Before the NICK_CHANGE event include either the session id or the user id, depending on whether the participant was a guest or a user. However, as the session id is also known for users the event can be unified to always include the session id only. This also fixes an exception when handling the "NICK_CHANGE" event, as the session id was got from the user id given in the event, but if the event already included the session id the look up failed and the session id was replaced with an empty value. This in turn caused an exception when trying to use the view for the now invalid session id. Now the session id provided in the event is always directly used. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> |
||
---|---|---|
.. | ||
base | ||
bottomsheet | ||
AccountVerificationController.java | ||
CallController.java | ||
CallNotificationController.java | ||
ChatController.kt | ||
ContactsController.java | ||
ConversationInfoController.kt | ||
ConversationsListController.java | ||
LockedController.java | ||
RingtoneSelectionController.java | ||
ServerSelectionController.java | ||
SettingsController.java | ||
SwitchAccountController.java | ||
WebViewLoginController.java |