Fix error

This commit is contained in:
Neil Alexander 2022-07-26 13:51:49 +01:00
parent 2c2b1ef1d6
commit 51275138cb
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -167,5 +167,5 @@ type Database interface {
// ForgetRoom sets a flag in the membership table, that the user wishes to forget a specific room
ForgetRoom(ctx context.Context, userID, roomID string, forget bool) error
lityState(ctx context.Context, roomInfo *types.RoomInfo, eventID string, domain string) ([]*gomatrixserverlib.Event, error)
GetHistoryVisibilityState(ctx context.Context, roomInfo *types.RoomInfo, eventID string, domain string) ([]*gomatrixserverlib.Event, error)
}