mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 03:25:52 +01:00
Remove comment
This commit is contained in:
parent
acf4c901a6
commit
3182256054
@ -860,7 +860,6 @@ export class Session {
|
||||
for (const rs of roomStates) {
|
||||
if (rs.shouldAdd) {
|
||||
this._observedRoomStatus.get(rs.id)?.set(RoomStatus.Joined);
|
||||
console.log("rs set Joined", rs, this._observedRoomStatus.get(rs.id));
|
||||
}
|
||||
}
|
||||
for (const is of inviteStates) {
|
||||
|
Loading…
Reference in New Issue
Block a user