MXRoomState: Apply new MXRoomMembers property

This commit is contained in:
manuroe
2018-07-11 23:52:46 +02:00
parent c9e7386157
commit 2e4f568807
10 changed files with 28 additions and 28 deletions
@@ -82,7 +82,7 @@
// Filter out "expected" UTDs
// We cannot decrypt messages sent before the user joined the room
MXRoomMember *myUser = [roomState memberWithUserId:userId];
MXRoomMember *myUser = [roomState.members memberWithUserId:userId];
if (!myUser || myUser.membership != MXMembershipJoin)
{
return;