Fix sync API test

This commit is contained in:
Neil Alexander 2020-08-11 16:36:56 +01:00
parent c57dd004b8
commit a1e71c50e6
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
2 changed files with 6 additions and 0 deletions

View file

@ -114,6 +114,10 @@ func (s *mockCurrentStateAPI) QuerySharedUsers(ctx context.Context, req *api.Que
return nil return nil
} }
func (t *mockCurrentStateAPI) QueryServerBannedFromRoom(ctx context.Context, req *api.QueryServerBannedFromRoomRequest, res *api.QueryServerBannedFromRoomResponse) error {
return nil
}
type wantCatchup struct { type wantCatchup struct {
hasNew bool hasNew bool
changed []string changed []string

View file

@ -445,3 +445,5 @@ Banned servers cannot /invite
Banned servers cannot get room state Banned servers cannot get room state
Banned servers cannot /event_auth Banned servers cannot /event_auth
Banned servers cannot get missing events Banned servers cannot get missing events
Banned servers cannot get room state ids
Banned servers cannot backfill