Add missing method to testEDUProducer

This commit is contained in:
Till Faelligen 2021-06-18 22:30:09 +02:00
parent 63bba0661f
commit 6403c29361

View file

@ -84,6 +84,14 @@ func (o *testEDUProducer) InputReceiptEvent(
return nil
}
func (t *testEDUProducer) InputPresence(
ctx context.Context,
request *eduAPI.InputPresenceRequest,
response *eduAPI.InputPresenceResponse,
) error {
return nil
}
type testRoomserverAPI struct {
api.RoomserverInternalAPITrace
inputRoomEvents []api.InputRoomEvent