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
 1Convert Message Styling (XEP-0393) message bodies to Matrix custom HTML.
 2Supported markup:
 3_underline_
 4*bold*
 5~strikethrough~
 6`code span`
 7```code block```
 8>quote
 9||spoiler
10\_escape style_