mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-24 07:08:07 +00:00
Activate Ephemerals for participant-mode in waiting of session mode.
This commit is contained in:
parent
5b11da7404
commit
f4167d8fe3
1 changed files with 1 additions and 1 deletions
|
|
@ -318,7 +318,7 @@ ColumnLayout {
|
|||
|
||||
property bool showGroupInfo: !chatRoomModel.isOneToOne
|
||||
property bool showDevices : conversation.securityLevel != 1
|
||||
property bool showEphemerals: conversation.securityLevel != 1 && chatRoomModel.isMeAdmin
|
||||
property bool showEphemerals: conversation.securityLevel != 1 // && chatRoomModel.isMeAdmin // Uncomment when session mode will be implemented
|
||||
|
||||
MenuItem{
|
||||
id:groupInfoMenu
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue