Readonly
dbGet an existing event based on the provided matrix IDs.
The ID of the room.
The ID of the event.
A promise which resolves to the StoredEvent or null.
Get an existing event based on the provided remote IDs.
The ID of the room.
The ID of the event.
A promise which resolves to the StoredEvent or null.
Remove entries based on the event data.
The event to remove.
Insert an event, clobbering based on the ID of the StoredEvent.
Generated using TypeDoc
Construct a store suitable for event mapping information. Data is stored as StoredEvents.
Param: db
The connected NEDB database instance