element-web/src/stores
Luke Barnard 35cc443562 Limit group requests to 3 at once
using a FIFO queue.

This is needed in order to lower the priority of getting group
state and prioritise everything else, namely initial sync.

It should be noted that this by no means guarantees that the
first incremental sync will happen sooner; the client could
end up doing some other requests first instead.
2018-03-13 11:35:19 +00:00
..
FlairStore.js Return null instead of undefined on failure 2018-03-06 12:14:41 +00:00
GroupStore.js Limit group requests to 3 at once 2018-03-13 11:35:19 +00:00
GroupStoreCache.js Implement TagPanel (or LeftLeftPanel) for group filtering 2017-11-29 16:53:43 +00:00
LifecycleStore.js
MessageComposerStore.js
RoomListStore.js Do proper null-checks on decypted events to fix NPEs 2018-02-23 15:04:04 +00:00
RoomScrollStateStore.js
RoomViewStore.js Reset quotingEvent on Room Change because inideal UX 2018-01-22 14:45:04 +00:00
SessionStore.js
TagOrderStore.js Use optimistic removedTagsAccountData state in TagOrderStore 2018-02-14 16:47:29 +00:00