From 9b97d8e91c07cb90d2900755830f6dd220ddb237 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Wed, 8 Oct 2025 15:45:24 +0100 Subject: [PATCH] Note general endpoint reminders apply to existing endpoints that are modified As adding new behaviour to an existing endpoint may spawn new requirements for rate-limiting, error codes, etc. --- MSC_CHECKLIST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MSC_CHECKLIST.md b/MSC_CHECKLIST.md index 0681f276ccf..b0d34eb1780 100644 --- a/MSC_CHECKLIST.md +++ b/MSC_CHECKLIST.md @@ -13,7 +13,7 @@ clarification of any of these points. - [ ] Are [appropriate implementation(s)](https://spec.matrix.org/proposals/#implementing-a-proposal) specified in the MSC’s PR description? - [ ] Are all MSCs that this MSC depends on already accepted? -- [ ] For each new endpoint that is introduced: +- [ ] For each endpoint that is introduced or modified: - [ ] Have authentication requirements been specified? - [ ] Have rate-limiting requirements been specified? - [ ] Have guest access requirements been specified?