diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-06-25 01:29:05 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-06-25 01:29:05 +0200 |
commit | 2dd6c6f4b648af951d08ddd503dbb2ada8ddf5b6 (patch) | |
tree | e6562f057a152e5b63011c61916342c1645d9fe8 /plugins | |
parent | 3f17b05161885ab773984a735a4161493e846fb6 (diff) |
Matrix: remove reply formatting from image save name in reply image messages
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Matrix.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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<std::string> 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 { |