element-web/src/stores
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
..
notifications deunderscore 2020-07-22 08:23:47 -06:00
room-list Ensure message previews update when needed 2020-07-23 22:24:07 -06:00
ActiveWidgetStore.js
AsyncStore.ts Don't re-freeze AsyncStore's state all the time 2020-07-22 10:52:45 -06:00
AsyncStoreWithClient.ts Enable new room list store forever 2020-07-17 15:14:58 -06:00
BreadcrumbsStore.ts Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into joriks/eslint-config 2020-07-20 16:22:32 +01:00
CustomRoomTagStore.js Support custom tags in the room list again 2020-07-20 16:51:16 -06:00
FlairStore.js
GroupStore.js
LifecycleStore.js
OwnProfileStore.ts
RightPanelStore.js
RightPanelStorePhases.js
RoomScrollStateStore.js
RoomViewStore.js
SessionStore.js
SetupEncryptionStore.js
TagOrderStore.js
ToastStore.ts Fix lint issues in new code 2020-07-20 20:43:55 +01:00
TypingStore.js
WidgetEchoStore.js