Fix send tests

This commit is contained in:
Neil Alexander 2020-12-03 10:25:59 +00:00
parent dafcd3110c
commit 4c01a34115
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -131,6 +131,13 @@ func (t *testRoomserverAPI) PerformPeek(
) { ) {
} }
func (t *testRoomserverAPI) PerformUnpeek(
ctx context.Context,
req *api.PerformUnpeekRequest,
res *api.PerformUnpeekResponse,
) {
}
func (t *testRoomserverAPI) PerformPublish( func (t *testRoomserverAPI) PerformPublish(
ctx context.Context, ctx context.Context,
req *api.PerformPublishRequest, req *api.PerformPublishRequest,