matridge.config
===============

.. py:module:: matridge.config


Attributes
----------

.. autoapisummary::

   matridge.config.MAX_HISTORY_FETCH
   matridge.config.MAX_HISTORY_FETCH__DOC
   matridge.config.MAX_PARTICIPANTS_FETCH
   matridge.config.MAX_PARTICIPANTS_FETCH__DOC
   matridge.config.NIO_VERBOSE
   matridge.config.NIO_VERBOSE__DOC
   matridge.config.PARSE_MESSAGE_STYLING
   matridge.config.PARSE_MESSAGE_STYLING__DOC
   matridge.config.TRUST_EVERYTHING
   matridge.config.TRUST_EVERYTHING__DOC


Module Contents
---------------

.. py:data:: MAX_HISTORY_FETCH
   :value: 100


.. py:data:: MAX_HISTORY_FETCH__DOC
   :value: 'Number of events to fetch to back-fill MUC history before slidge starts up.'


.. py:data:: MAX_PARTICIPANTS_FETCH
   :value: 10


.. py:data:: MAX_PARTICIPANTS_FETCH__DOC
   :value: 'Number of participants to fetch when joining a group. Higher values will make joining slower,...


.. py:data:: NIO_VERBOSE
   :value: False


.. py:data:: NIO_VERBOSE__DOC
   :value: "Set this to True to respect the global log level from the matrix lib. It's REALLY verbose, so...


.. py:data:: PARSE_MESSAGE_STYLING
   :value: True


.. py:data:: PARSE_MESSAGE_STYLING__DOC
   :value: Multiline-String

   .. raw:: html

      <details><summary>Show Value</summary>

   .. code-block:: python

      """
      Convert Message Styling (XEP-0393) message bodies to Matrix custom HTML.
      Supported markup:
      _underline_
      *bold*
      ~strikethrough~
      `code span`
      ```code block```
      >quote
      ||spoiler
      \_escape style_
      """

   .. raw:: html

      </details>



.. py:data:: TRUST_EVERYTHING
   :value: False


.. py:data:: TRUST_EVERYTHING__DOC
   :value: 'Always trust new encryption keys. This is unsafe if you need perfect bridge to end encryption.'


