mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-26 00:03:09 -06:00
Fix send tests
This commit is contained in:
parent
dafcd3110c
commit
4c01a34115
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue