Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
* origin/develop:
  Clarify approve_all flag location
  • Loading branch information
javipalanca committed Sep 13, 2023
2 parents 3f33e88 + ec5ac71 commit 472b21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/presence.rst
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ There are four handlers that you can override to manage these kind of messages:

.. note:: In the previous example you can see also how to approve a subscription request by using the ``approve`` method.

.. tip:: If you want to automatically approve all subscription requests you can set the ``approve_all`` flag to ``True``.
.. tip:: If you want to automatically approve all subscription requests you can set the ``PresenceManager.approve_all`` flag to ``True``.


Example
Expand Down

0 comments on commit 472b21c

Please sign in to comment.