element-web/src/stores
Travis Ralston 0e49c4343c Internalize algorithm updates in the new room list store
Fixes https://github.com/vector-im/riot-web/issues/14411

The act of setting/changing the algorithm was causing the update function to be marked, meaning we wouldn't trigger an update until something else happened later. To get around this, and still support internal functions spamming calls without multiple updates, we simply move the guts to an internalized function and make the public interface do a trigger.
2020-07-10 21:59:12 -06:00
..
notifications
room-list Internalize algorithm updates in the new room list store 2020-07-10 21:59:12 -06:00
ActiveWidgetStore.js
AsyncStore.ts
AsyncStoreWithClient.ts
BreadcrumbsStore.ts
CustomRoomTagStore.js
FlairStore.js
GroupStore.js
LifecycleStore.js
OwnProfileStore.ts
RightPanelStore.js
RightPanelStorePhases.js
RoomListStore.js
RoomScrollStateStore.js
RoomViewStore.js
SessionStore.js
SetupEncryptionStore.js
TagOrderStore.js
ToastStore.ts
TypingStore.js
WidgetEchoStore.js