Always use local markdown library

This commit is contained in:
Mark Qvist 2025-02-18 13:51:37 +01:00
parent 587773ace4
commit 1bf11aca6f
4 changed files with 15 additions and 7 deletions

View file

@ -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"":