mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-21 13:03:09 -06:00
Add PurgeRoom to in memory federation db
This commit is contained in:
parent
3c54ea1d56
commit
f8e11207c1
|
|
@ -482,3 +482,7 @@ func (d *InMemoryFederationDatabase) GetNotaryKeys(ctx context.Context, serverNa
|
||||||
func (d *InMemoryFederationDatabase) DeleteExpiredEDUs(ctx context.Context) error {
|
func (d *InMemoryFederationDatabase) DeleteExpiredEDUs(ctx context.Context) error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (d *InMemoryFederationDatabase) PurgeRoom(ctx context.Context, roomID string) error {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue