From 51d2b157906ae53a69f967eb8685b71d145abb23 Mon Sep 17 00:00:00 2001 From: Till Faelligen Date: Mon, 12 Oct 2020 08:56:49 +0200 Subject: [PATCH] Make go test happy --- federationapi/routing/send_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/federationapi/routing/send_test.go b/federationapi/routing/send_test.go index ba653c1e8..03e906f95 100644 --- a/federationapi/routing/send_test.go +++ b/federationapi/routing/send_test.go @@ -349,6 +349,10 @@ func (t *testRoomserverAPI) QueryServerBannedFromRoom(ctx context.Context, req * return nil } +func (t *testRoomserverAPI) PerformUserReceiptUpdate(ctx context.Context, req *api.PerformUserReceiptUpdateRequest, res *api.PerformUserReceiptUpdateResponse) error { + return nil +} + type txnFedClient struct { state map[string]gomatrixserverlib.RespState // event_id to response stateIDs map[string]gomatrixserverlib.RespStateIDs // event_id to response