From ff739e82723bf39c960a323455a73b6d789ac132 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 23 May 2023 12:07:00 +0300 Subject: [PATCH] Note that error fields have been omitted --- 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 10a7d9c5..f3db06cf 100644 --- a/content/application-service-api.md +++ b/content/application-service-api.md @@ -220,7 +220,8 @@ Implementations using this mechanism should take care to not fail entirely in the event of temporary issues, e.g. gracefully handling cases where the appservice is started before the homeserver. -The mechanism works as follows: +The mechanism works as follows (note: the human-readable `error` fields +have been omitted for brevity): **Typical**