Merge branches 'develop' and 't3chguy/hide_msg_action_buttons_on_perms' of github.com:matrix-org/matrix-react-sdk into t3chguy/hide_msg_action_buttons_on_perms

This commit is contained in:
Michael Telatynski 2019-07-29 12:42:36 +01:00
commit 289ee86a5d

View file

@ -57,6 +57,8 @@ function mockRoom(roomId, members, serverACL) {
}
},
},
on: () => undefined,
removeListener: () => undefined,
};
}