:py:mod:`matridge.config`
=========================

.. py:module:: matridge.config


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_SILENT
   :value: True

   

.. py:data:: NIO_SILENT__DOC
   :value: "Set this to False 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.'

   

