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

.. py:module:: matridge.config


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

.. py:data:: MAX_HISTORY_FETCH
   :annotation: = 100

   

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

   

.. py:data:: MAX_PARTICIPANTS_FETCH
   :annotation: = 10

   

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

   

.. py:data:: NIO_SILENT
   :annotation: = True

   

.. py:data:: NIO_SILENT__DOC
   :annotation: = Set this to False to respect the global log level from the matrix lib. It's REALLY verbose, so...

   

.. py:data:: PARSE_MESSAGE_STYLING
   :annotation: = True

   

.. py:data:: PARSE_MESSAGE_STYLING__DOC
   :annotation: = Multiline-String

    .. raw:: html

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

    .. code-block:: text
        :linenos:

        
        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>

   

