mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-05 12:15:52 +01:00
6a88cb3a19
format_emote has to come first, otherwise it will re-encode the markup into literals. however, the langchat_message does not want to have format_emote called on it. ergo, we have to either process the markup twice, once for each path, or we have to accept that one of the two will not support bold/italics. the perf from doing it twice is completely inconsequential <img width="299" height="150" alt="image" src="https://github.com/user-attachments/assets/4a34a0ae-6895-4275-be53-586820fd5b7d" /> - bugfix: "Saved chat logs are now written with the correct text/html file type." - bugfix: "Emote markup like *bold* and /italics/ once again renders in chat instead of showing literal tags."