mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-26 08:13:09 -06:00
Add missing method to testEDUProducer
This commit is contained in:
parent
63bba0661f
commit
6403c29361
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue