diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-12-04 20:47:15 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-12-04 20:47:15 +0100 |
commit | 3a501ffbe0cd705eed09e697e22023754558aa89 (patch) | |
tree | 139669e1ad59d04790417ddf26d4dd5afbd046a3 /src/plugins | |
parent | df33764eeb6d038419d8a88a2888b5472b86316b (diff) |
Matrix: wait until message is deleted remote before removing locally, to fix removing messages we dont have permission to remove and reset avatar to posters avatar, not the deleters
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/Matrix.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Matrix.cpp b/src/plugins/Matrix.cpp index 33eb3a4..a7d50d0 100644 --- a/src/plugins/Matrix.cpp +++ b/src/plugins/Matrix.cpp @@ -3141,7 +3141,7 @@ namespace QuickMedia { std::string transaction_id = create_transaction_id(); if(transaction_id.empty()) return PluginResult::ERR; - my_events_transaction_ids.insert(transaction_id); + //my_events_transaction_ids.insert(transaction_id); Message *message_typed = (Message*)message; |