matridge.config

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_SILENT = True[source]
matridge.config.NIO_SILENT__DOC = "Set this to False 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.TRUST_EVERYTHING = False[source]
matridge.config.TRUST_EVERYTHING__DOC = 'Always trust new encryption keys. This is unsafe if you need perfect bridge to end encryption.'[source]