mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Merge branch 'master' into develop
This commit is contained in:
@@ -630,7 +630,7 @@
|
||||
}
|
||||
|
||||
// Check whether the option Ignore may be presented
|
||||
if (RiotSettings.shared.roomMemberScreenShowIgnore && self.mxRoomMember.membership == MXMembershipJoin)
|
||||
if (RiotSettings.shared.roomMemberScreenShowIgnore)
|
||||
{
|
||||
// is he already ignored ?
|
||||
if (![self.mainSession isUserIgnored:self.mxRoomMember.userId])
|
||||
|
||||
Reference in New Issue
Block a user