You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
whoops, left some printfs
This commit is contained in:
@@ -131,9 +131,7 @@ export default createReactClass({
|
||||
onRoomTimeline: function(ev, room) {
|
||||
if (!room) return;
|
||||
if (room.roomId != this.props.room.roomId) return;
|
||||
console.warn("e2e onRoomTimeline");
|
||||
if (ev.getType() !== "m.room.encryption") return;
|
||||
console.warn("e2e onRoomTimeline ENCRYPTION");
|
||||
MatrixClientPeg.get().removeListener("Room.timeline", this.onRoomTimeline);
|
||||
this.onFindingRoomToBeEncrypted();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user