matridge.config

Attributes

Module Contents

matridge.config.MAX_HISTORY_FETCH = 100[source]
matridge.config.MAX_HISTORY_FETCH__DOC = 'Number of events to fetch to back-fill MUC history before slidge starts up.'[source]
matridge.config.MAX_PARTICIPANTS_FETCH = 10[source]
matridge.config.MAX_PARTICIPANTS_FETCH__DOC = 'Number of participants to fetch when joining a group. Higher values will make joining slower,...[source]
matridge.config.NIO_VERBOSE = False[source]
matridge.config.NIO_VERBOSE__DOC = "Set this to True to respect the global log level from the matrix lib. It's REALLY verbose, so...[source]
matridge.config.PARSE_MESSAGE_STYLING = True[source]
matridge.config.PARSE_MESSAGE_STYLING__DOC = Multiline-String[source]
Show Value
"""
Convert Message Styling (XEP-0393) message bodies to Matrix custom HTML.
Supported markup:
_underline_
*bold*
~strikethrough~
`code span`
```code block```
>quote
||spoiler
\_escape style_
"""
matridge.config.REACTION_CACHE_SIZE = 10000[source]
matridge.config.REACTION_CACHE_SIZE__DOC = 'Emoji reaction cache size, in number of messages'[source]