mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-26 00:42:08 +02:00
whoops, left some printfs
This commit is contained in:
parent
ee33c7cd62
commit
a409b9b96f
@ -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();
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user