Files
blap/src/components/views
Kegan Dougal 99da0ef656 Fix vector-im/vector-web#694 - Empty invitee list
The invitee list is lazy-loaded 50ms after the first render. We were relying
on setState from the member lazy-load to also kick the invitee list. However,
setState is synchronous and we were loading the invitee list afterwards, which
meant that the SearchableEntityList wouldn't have any invitees until the next
render().
2016-01-22 16:11:09 +00:00
..
2016-01-07 04:06:52 +00:00
2016-01-13 16:32:41 +01:00
2016-01-13 13:15:13 +00:00
2016-01-20 15:58:17 +00:00