prettier
This commit is contained in:
@@ -524,7 +524,7 @@ export class StopGapWidget extends EventEmitter {
|
||||
// invitation room will assign it and new state events will be not forwarded to the widget
|
||||
// because of empty timeline for invitation room and assigned marker.
|
||||
const room = this.client.getRoom(ev.getRoomId());
|
||||
if (room && room.getMyMembership() !== 'invite') {
|
||||
if (room && room.getMyMembership() !== "invite") {
|
||||
this.readUpToMap[ev.getRoomId()] = ev.getId();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user