mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 18:43:10 -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 {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (d *InMemoryFederationDatabase) PurgeRoom(ctx context.Context, roomID string) error {
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue