From b126ce050a325b49bcc0ae1e153ac1f166db0a73 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 22 Nov 2020 12:35:29 +0100 Subject: Matrix: filter out messages with transaction id, which fixed messages sent by us in another client --- plugins/Matrix.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins') diff --git a/plugins/Matrix.hpp b/plugins/Matrix.hpp index a806d98..da67470 100644 --- a/plugins/Matrix.hpp +++ b/plugins/Matrix.hpp @@ -5,6 +5,7 @@ #include "Page.hpp" #include #include +#include #include #include #include @@ -544,5 +545,7 @@ namespace QuickMedia { std::string sync_fail_reason; MatrixDelegate *delegate = nullptr; std::optional filter_cached; + + std::unordered_set my_events_transaction_ids; }; } \ No newline at end of file -- cgit v1.2.3