summary refs log tree commit diff
path: root/src/RoomState.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update the cache state at once to avoid being in an invalid stateKonstantinos Sideris2017-08-261-232/+325
|
* Small style changeKonstantinos Sideris2017-08-201-7/+13
|
* Initial support for state cacheKonstantinos Sideris2017-07-301-0/+139
| | | | - Adds detection for duplicate events
* Resolve name and avatar on 1-on-1 roomsKonstantinos Sideris2017-05-261-8/+128
|
* Use timeline to retrieve state eventsKonstantinos Sideris2017-05-071-0/+32
- Rooms without any history will be shown. - Room's state will be kept in sync and any updates will be visible.