From 2be421793f34a89295bf3f38ec992ede60c2abc9 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Fri, 14 Apr 2023 06:14:35 -0500 Subject: [PATCH] Add AS restriction --- proposals/3998-join-timestamp-massaging.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/proposals/3998-join-timestamp-massaging.md b/proposals/3998-join-timestamp-massaging.md index 026318b6..2b41440e 100644 --- a/proposals/3998-join-timestamp-massaging.md +++ b/proposals/3998-join-timestamp-massaging.md @@ -46,6 +46,14 @@ milliseconds). - `POST /_matrix/client/v3/join/{roomId}?ts=123` - `POST /_matrix/client/v3/knock/{roomIdOrAlias}?ts=123` +This functionality is restricted to the application service (AS) API to be consistent +with [MSC3316](https://github.com/matrix-org/matrix-spec-proposals/pull/3316). There +could be future considerations to opening this up to any client as it's kinda arbitrary +to restrict it this way and just seems like friction to try to get only people with good +intentions using it. + +--- + Also related: [MSC3997](https://github.com/matrix-org/matrix-spec-proposals/pull/3997) proposes adding a `ts` querystring parameter to the `/createRoom` endpoint but for different reasons.