summary refs log tree commit diff
path: root/include/RoomState.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update the cache state at once to avoid being in an invalid stateKonstantinos Sideris2017-08-261-37/+38
|
* Small style changeKonstantinos Sideris2017-08-201-3/+6
|
* Initial support for state cacheKonstantinos Sideris2017-07-301-0/+4
| | | | - Adds detection for duplicate events
* Resolve name and avatar on 1-on-1 roomsKonstantinos Sideris2017-05-261-4/+36
|
* Replace include guards with #pragma onceKonstantinos Sideris2017-05-161-4/+1
|
* Use timeline to retrieve state eventsKonstantinos Sideris2017-05-071-0/+63
- Rooms without any history will be shown. - Room's state will be kept in sync and any updates will be visible.