mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 04:58:14 +00:00
Fixed basic chat room constructor causing it to not store participants in db
This commit is contained in:
parent
00e015436d
commit
07a7eec84c
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ LINPHONE_BEGIN_NAMESPACE
|
|||
// -----------------------------------------------------------------------------
|
||||
|
||||
BasicChatRoom::BasicChatRoom (const shared_ptr<Core> &core, const ChatRoomId &chatRoomId) :
|
||||
ChatRoom(*new BasicChatRoomPrivate, core, chatRoomId) {}
|
||||
BasicChatRoom(*new BasicChatRoomPrivate, core, chatRoomId) {}
|
||||
|
||||
BasicChatRoom::BasicChatRoom (
|
||||
BasicChatRoomPrivate &p,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue