summary refs log tree commit diff
path: root/include/RoomState.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.