riot-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
LifecycleStore.js
MessageComposerStore.js
RoomListStore.js
RoomScrollStateStore.js
RoomViewStore.js
SessionStore.js
TagOrderStore.js