mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-21 14:09:06 -04:00
Always use local markdown library
This commit is contained in:
parent
587773ace4
commit
1bf11aca6f
4 changed files with 15 additions and 7 deletions
|
@ -510,6 +510,7 @@ class Messages():
|
|||
|
||||
except Exception as e:
|
||||
RNS.log(f"Message content could not be decoded: {e}", RNS.LOG_DEBUG)
|
||||
RNS.trace_exception(e)
|
||||
message_input = b""
|
||||
|
||||
if message_input.strip() == b"":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue