element-web/src/stores/room-list
Travis Ralston fd15fc3984 Ensure message previews update when needed
In 9969b01c5f we stopped updating the sublist whenever we felt like it, which indirectly froze message previews for room tiles (badges, unread state, etc were unaffected because that is managed by a different store). To fix this, we simply have to listen for changes and perform an update.
2020-07-23 22:24:07 -06:00
..
algorithms Remove even more tags from the notification state fetching for a room 2020-07-21 20:58:59 -06:00
filters Fix filtering by community not showing DM rooms with community members 2020-07-16 09:13:23 +01:00
previews Prefix message previews for emotes with a * 2020-07-21 09:31:22 +01:00
ListLayout.ts Revert "Turn previews on for DMs and ensure they get rendered" 2020-07-14 13:36:28 -06:00
MessagePreviewStore.ts Ensure message previews update when needed 2020-07-23 22:24:07 -06:00
models.ts Support custom tags in the room list again 2020-07-20 16:51:16 -06:00
RoomListLayoutStore.ts Fix lint issues in new code 2020-07-20 20:43:55 +01:00
RoomListStore.ts Short-circuit room list store dispatch handling if not ready 2020-07-22 13:35:41 -06:00
TagWatcher.ts Support custom tags in the room list again 2020-07-20 16:51:16 -06:00