From 5ca3039e8bf1344368e098a83ac47749aeff7748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Hump=C3=A1l?= Date: Mon, 14 Apr 2025 12:04:35 +0200 Subject: [PATCH] Specify explicitly what a priority of message handlers mean --- messenger.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messenger.rst b/messenger.rst index 484a5cbdaff..f504a470336 100644 --- a/messenger.rst +++ b/messenger.rst @@ -2468,7 +2468,7 @@ Possible options to configure with tags are: Name of the method that will process the message. ``priority`` - Priority of the handler when multiple handlers can process the same message. + Priority of the handler when multiple handlers can process the same message; higher values will be processed first. .. _handler-subscriber-options: