element-web-Github/src/stores
David Baker c265ec9571 Fix RoomView stuck in 'accept invite' state
After accepting a 3pid invite.

Rather than clear the joining flag when the join request completes,
leave it so the RoomView can see that we're expecting the user to
be joined in the various stages that might go through (waiting for
join request, waiting for room object, waiting for 'joined' member
event). The problem in this case was that we had to wait a bit for
the last one, and there was no bit of state to represent it.

This hopefully also makes the logic somewhat simpler.

Fixes https://github.com/vector-im/riot-web/issues/5041
2017-09-15 15:07:09 +01:00
..
LifecycleStore.js de-lint LifecycleStore 2017-07-01 14:35:40 +01:00
MessageComposerStore.js Remove RTE content_state logging 2017-07-06 11:17:54 +01:00
RoomScrollStateStore.js Re-add doc on scroll state map structure 2017-09-08 13:27:14 +01:00
RoomViewStore.js Fix RoomView stuck in 'accept invite' state 2017-09-15 15:07:09 +01:00
SessionStore.js Remove redundant reset 2017-05-31 15:32:55 +01:00