mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-01 17:16:24 +00:00
Show secure group chats in timeline on creation.
This commit is contained in:
parent
08577e8b57
commit
d39780cf2c
1 changed files with 1 additions and 1 deletions
|
|
@ -410,7 +410,7 @@ bool ChatRoomModel::haveEncryption() const{
|
||||||
}
|
}
|
||||||
|
|
||||||
bool ChatRoomModel::haveConferenceAddress() const{
|
bool ChatRoomModel::haveConferenceAddress() const{
|
||||||
return mChatRoom && (mChatRoom->getConferenceAddress() || getFullPeerAddress().toLower().contains("conf-id"));
|
return mChatRoom && getFullPeerAddress().toLower().contains("conf-id");
|
||||||
}
|
}
|
||||||
|
|
||||||
bool ChatRoomModel::markAsReadEnabled() const{
|
bool ChatRoomModel::markAsReadEnabled() const{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue