From 182baf86793454cdd55176fa5510276d2381a33d Mon Sep 17 00:00:00 2001 From: Guzio <35845447+GuzioMG@users.noreply.github.com> Date: Thu, 5 Mar 2026 11:06:13 +0100 Subject: [PATCH 1/2] Correct wording in appservice docs Fix an incoherence in explanation of event sending to application services. --- content/application-service-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/application-service-api.md b/content/application-service-api.md index d1b9c638..dab24133 100644 --- a/content/application-service-api.md +++ b/content/application-service-api.md @@ -84,7 +84,7 @@ For the `users` namespace, application services can only register interest in homeserver). Events affecting users on other homeservers are not sent to an application service, even if the user happens to match the one of the `users` namespaces (unless, of course, the event affects a room that the application service is interested in -for another room - for example, because there is another user in the room that the +for another reason - for example, because there is another user in the room that the application service is interested in). For the `rooms` and `aliases` namespaces, all events in a matching room will be From b9f829191413a5c5fb829bf4b0b443662bf4239a Mon Sep 17 00:00:00 2001 From: Guzio <35845447+GuzioMG@users.noreply.github.com> Date: Thu, 5 Mar 2026 11:33:15 +0100 Subject: [PATCH 2/2] Include a changelog file for PR #2330 --- changelogs/application_service/newsfragments/2330.clarification | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelogs/application_service/newsfragments/2330.clarification diff --git a/changelogs/application_service/newsfragments/2330.clarification b/changelogs/application_service/newsfragments/2330.clarification new file mode 100644 index 00000000..8e634053 --- /dev/null +++ b/changelogs/application_service/newsfragments/2330.clarification @@ -0,0 +1 @@ +**Fixed an incoherence in explanation of event sending to application services:** In one place early on in the document, there appeared a word „room”, but from context it seems like it was supposed to be „reason”. The author probably was „on autopilot” and said „room” on accident, given how the word „room” appears in 2 more places in that sentence. I imagine they typed „r” and then completed to „room” without thinking. Whatever the cause may be, one thing is certain: the sentence „event affects a room that the application service is interested in for another room” makes 0 logical sense. I read it 3 times, in absolute confusion, until I came to the conclusion that it's likely supposed to say „reason”. Hence, it has now been changed to that.