From 96b0bdbc67c6757f09ddf6daf3dc31d95487633c Mon Sep 17 00:00:00 2001 From: Saidi Date: Mon, 8 Dec 2025 21:33:27 +0100 Subject: [PATCH 1/2] Enhance priority description for message handlers Clarify the behavior of message handlers with priority. --- messenger.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/messenger.rst b/messenger.rst index a535b077c2d..f18417e693f 100644 --- a/messenger.rst +++ b/messenger.rst @@ -2293,7 +2293,8 @@ Possible options to configure with tags are: ``priority`` Defines the order in which the handler is executed when multiple handlers - can process the same message; those with higher priority run first. + can process the same message; those with higher priority run first, + and each handler starts only after the previous one has fully completed. ``sign`` Whether messages handled by this handler should be cryptographically signed From 95487183d90146a128f3616ceeb7d9f70ccc2d8b Mon Sep 17 00:00:00 2001 From: Saidi Date: Mon, 8 Dec 2025 21:48:43 +0100 Subject: [PATCH 2/2] Fix formatting in messenger.rst for priority section --- messenger.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messenger.rst b/messenger.rst index f18417e693f..15ce5c95e38 100644 --- a/messenger.rst +++ b/messenger.rst @@ -2293,7 +2293,7 @@ Possible options to configure with tags are: ``priority`` Defines the order in which the handler is executed when multiple handlers - can process the same message; those with higher priority run first, + can process the same message; those with higher priority run first, and each handler starts only after the previous one has fully completed. ``sign``