summary refs log tree commit diff
path: root/changelog.d/4956.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 0.99.4rc1 v0.99.4rc1Brendan Abolivier2019-05-131-1/+0
|
* Fix sync bug when accepting invites (#4956)Richard van der Hoff2019-04-021-0/+1
Hopefully this time we really will fix #4422. We need to make sure that the cache on `get_rooms_for_user_with_stream_ordering` is invalidated *before* the SyncHandler is notified for the new events, and we can now do so reliably via the `events` stream.