mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-27 08:55:54 +03:00
Fix an issue with joining room for a regular user
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
3883240777
commit
65e17f1dca
1 changed files with 1 additions and 1 deletions
|
@ -581,7 +581,7 @@ public class ConversationsListController extends BaseController implements Searc
|
|||
}
|
||||
|
||||
Bundle bundle = new Bundle();
|
||||
bundle.putParcelable(BundleKeys.KEY_USER_ENTITY, Parcels.wrap(currentUser));
|
||||
bundle.putParcelable(BundleKeys.KEY_USER_ENTITY, currentUser);
|
||||
bundle.putString(BundleKeys.KEY_ROOM_TOKEN, conversation.getToken());
|
||||
bundle.putString(BundleKeys.KEY_ROOM_ID, conversation.getRoomId());
|
||||
|
||||
|
|
Loading…
Reference in a new issue