Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down