Remove debug message

This commit is contained in:
N-Pex 2024-07-10 14:56:45 +02:00
parent 340bc37374
commit fd01a95a65

View file

@ -412,7 +412,6 @@ export default {
if (room && room.getJoinRule() == "private" && room.selfMembership == "invite") {
// We have an invite to a room that's now "private"? This is most probably a deleted DM room.
// Reject the invite, i.e. call "leave" on it.
console.error("Room made private while we have an invite! Leave...");
this.matrixClient.leave(room.roomId);
}
}