From 39507bacc3dbfc532e0d69b42957c87f27af4c77 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Thu, 10 Sep 2020 14:39:18 +0100 Subject: Peeking via MSC2753 (#1370) Initial implementation of MSC2753, as tested by https://github.com/matrix-org/sytest/pull/944. Doesn't yet handle unpeeks, peeked EDUs, or history viz changing during a peek - these will follow. https://github.com/matrix-org/dendrite/pull/1370 has full details. --- federationapi/routing/send_test.go | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'federationapi') diff --git a/federationapi/routing/send_test.go b/federationapi/routing/send_test.go index 6b4a3084..a714d07e 100644 --- a/federationapi/routing/send_test.go +++ b/federationapi/routing/send_test.go @@ -112,6 +112,13 @@ func (t *testRoomserverAPI) PerformJoin( ) { } +func (t *testRoomserverAPI) PerformPeek( + ctx context.Context, + req *api.PerformPeekRequest, + res *api.PerformPeekResponse, +) { +} + func (t *testRoomserverAPI) PerformPublish( ctx context.Context, req *api.PerformPublishRequest, -- cgit v1.2.3