From 2dd6c6f4b648af951d08ddd503dbb2ada8ddf5b6 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 25 Jun 2023 01:29:05 +0200 Subject: Matrix: remove reply formatting from image save name in reply image messages --- plugins/Matrix.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') diff --git a/plugins/Matrix.hpp b/plugins/Matrix.hpp index 4a25f74..6cc3668 100644 --- a/plugins/Matrix.hpp +++ b/plugins/Matrix.hpp @@ -36,6 +36,7 @@ namespace QuickMedia { // Returns empty string on error std::string extract_user_name_from_email(const std::string &email); std::vector matrix_extract_room_ids(const std::string &str); + std::string remove_reply_formatting(Matrix *matrix, const Message *message, bool keep_formatted = false); struct MatrixChatBodyDecryptJob { enum class DecryptState { -- cgit v1.2.3