mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-28 00:44:27 +00:00
ios: open support chat with any member (#5910)
This commit is contained in:
-1
@@ -441,7 +441,6 @@ fun GroupMemberInfoLayout(
|
||||
SectionView {
|
||||
if (
|
||||
groupInfo.membership.memberRole >= GroupMemberRole.Moderator &&
|
||||
member.memberActive &&
|
||||
(member.memberRole < GroupMemberRole.Moderator || member.supportChat != null)
|
||||
) {
|
||||
SupportChatButton()
|
||||
|
||||
Reference in New Issue
Block a user