diff options
author | Kegsay <kegan@matrix.org> | 2020-09-04 10:40:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-04 10:40:58 +0100 |
commit | 2570418f4297a6183231e2a7cda494f55bab4dda (patch) | |
tree | 01a448a856545a4e628f276214223f07b46869a1 /syncapi/internal | |
parent | f1a98e11931817ff74b87e0a25ab79c7e12a8ea8 (diff) |
Remove ServerACLs from the current state server (#1390)
* Remove ServerACLs from the current state server
Functionality moved to roomserver
* Nothing to see here, move along
Diffstat (limited to 'syncapi/internal')
-rw-r--r-- | syncapi/internal/keychange_test.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/syncapi/internal/keychange_test.go b/syncapi/internal/keychange_test.go index baf60ef0..6765fa65 100644 --- a/syncapi/internal/keychange_test.go +++ b/syncapi/internal/keychange_test.go @@ -114,10 +114,6 @@ func (s *mockCurrentStateAPI) QuerySharedUsers(ctx context.Context, req *api.Que return nil } -func (t *mockCurrentStateAPI) QueryServerBannedFromRoom(ctx context.Context, req *api.QueryServerBannedFromRoomRequest, res *api.QueryServerBannedFromRoomResponse) error { - return nil -} - type wantCatchup struct { hasNew bool changed []string |