From 6beaa000d590db342bc0198590686cbbd6304eb4 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 19 May 2021 00:24:27 +0200 Subject: Disable mention formatting in single line code blocks --- plugins/Matrix.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/Matrix.hpp') diff --git a/plugins/Matrix.hpp b/plugins/Matrix.hpp index 0e96fd7..0c90587 100644 --- a/plugins/Matrix.hpp +++ b/plugins/Matrix.hpp @@ -585,6 +585,7 @@ namespace QuickMedia { // No-op if sync is cache or if |room| is not the currently enabled event queue room void trigger_event(RoomData *room, std::unique_ptr event); + void formatted_body_add_line(RoomData *room, std::string &formatted_body, const std::string &line_str); void replace_mentions(RoomData *room, std::string &text); std::string body_to_formatted_body(RoomData *room, const std::string &body); std::string create_formatted_body_for_message_reply(RoomData *room, const Message *message, const std::string &body); -- cgit v1.2.3