mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +01: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
@ -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 New Issue
Block a user