mirror of https://github.com/vector-im/riot-web
Prettier
parent
66d4715e84
commit
8e774e1924
|
@ -257,7 +257,7 @@ export class SlidingRoomListStoreClass extends AsyncStoreWithClient<IState> impl
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
rooms.push(room);
|
rooms.push(room);
|
||||||
})
|
});
|
||||||
tagMap[tagId] = rooms;
|
tagMap[tagId] = rooms;
|
||||||
this.tagMap = tagMap;
|
this.tagMap = tagMap;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue