Skip to content

Commit

Permalink
Merge pull request #110 from DJAxel/presence_clarify_approve_all_flag
Browse files Browse the repository at this point in the history
Clarify approve_all flag location
  • Loading branch information
javipalanca authored Aug 21, 2023
2 parents 0e6730c + 1d9331c commit ec5ac71
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 ec5ac71

Please sign in to comment.