Do not initialize the account linked to the conference parameters to the

Merged Andrea Gianarda requested to merge fix/chat_room_account_5_3 into release/5.3

default one as it may associate to it all chatrooms

In fact, if an application is registering with multiple account, all chatroom are assigned to the default account after restarting the core as MainDb::getChatRooms doesn't assign it explicitely.

The conference object has a method that attempt to assign an account to the parameters already if not already done

Merge request reports