Make go test happy

This commit is contained in:
Till Faelligen 2020-10-12 08:56:49 +02:00
parent 5169585774
commit 51d2b15790

View file

@ -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