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
+2
View File
@@ -57,6 +57,8 @@ function mockRoom(roomId, members, serverACL) {
} }
}, },
}, },
on: () => undefined,
removeListener: () => undefined,
}; };
} }