mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-08-02 22:22:46 +00:00
Revert "Don't leak timeline after leaving room"
This reverts commit e3068f4c20
.
This commit is contained in:
parent
e3068f4c20
commit
e114744dcb
7 changed files with 29 additions and 174 deletions
|
@ -63,7 +63,6 @@ type Events interface {
|
|||
UpdateEventJSON(ctx context.Context, event *gomatrixserverlib.HeaderedEvent) error
|
||||
// DeleteEventsForRoom removes all event information for a room. This should only be done when removing the room entirely.
|
||||
DeleteEventsForRoom(ctx context.Context, txn *sql.Tx, roomID string) (err error)
|
||||
SelectPositionInStream(ctx context.Context, txn *sql.Tx, eventID string) (pos types.StreamPosition, err error)
|
||||
}
|
||||
|
||||
// Topology keeps track of the depths and stream positions for all events.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue