Make breadcrumbs respsect setting
This commit is contained in:
parent
d203943b7f
commit
1c0d46b6e1
2 changed files with 2 additions and 5 deletions
|
@ -188,7 +188,7 @@ export class RoomListStore2 extends AsyncStore<ActionPayload> {
|
|||
const tryUpdate = async (updatedRoom: Room) => {
|
||||
// TODO: Remove debug: https://github.com/vector-im/riot-web/issues/14035
|
||||
console.log(`[RoomListDebug] Live timeline event ${eventPayload.event.getId()}` +
|
||||
` in ${updatedRoom.roomId}`);
|
||||
` in ${updatedRoom.roomId}`);
|
||||
if (eventPayload.event.getType() === 'm.room.tombstone' && eventPayload.event.getStateKey() === '') {
|
||||
// TODO: Remove debug: https://github.com/vector-im/riot-web/issues/14035
|
||||
console.log(`[RoomListDebug] Got tombstone event - trying to remove now-dead room`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue