|
libkazv
|
Load events from the storage into the model. More...
#include <client-model.hpp>
Public Attributes | |
| immer::map< std::string, EventList > | timelineEvents |
| Map from room id to a list of loaded events that should be put into the timeline. | |
| immer::map< std::string, EventList > | relatedEvents |
| Map from room id to a list of related events that should not be put into the timeline. | |
Load events from the storage into the model.
| immer::map<std::string, EventList> Kazv::LoadEventsFromStorageAction::relatedEvents |
Map from room id to a list of related events that should not be put into the timeline.
From oldest to latest. There might be events in the storage that is needed to display existing events or room state (e.g. pinned events), but the storage may not know its place in the timeline.
| immer::map<std::string, EventList> Kazv::LoadEventsFromStorageAction::timelineEvents |
Map from room id to a list of loaded events that should be put into the timeline.
From oldest to latest.