From 321d55cc1646f488e8d02cb7912407b5eebb000f Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Tue, 1 Nov 2022 14:30:17 +0000 Subject: [PATCH] wrap text --- content/application-service-api.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/application-service-api.md b/content/application-service-api.md index 64cf7597..2023af00 100644 --- a/content/application-service-api.md +++ b/content/application-service-api.md @@ -89,7 +89,8 @@ of course, the event affects a room that the application service is interested i for another room - 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 sent to the application service. +For the `rooms` and `aliases` namespaces, all events in a matching room will be +sent to the application service. {{% /boxes/note %}} {{% boxes/warning %}}