summary refs log tree commit diff
path: root/src/timeline/EventStore.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-07-18 20:39:31 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2020-07-18 20:39:31 +0200
commit046b3f4da6e5b8eec92bd0895048a4df2e916285 (patch)
tree85d3c3cff5678b5ac0b9e110cbf52b19a318644d /src/timeline/EventStore.h
parentFix flickering of encrypted messages when sending using new store (diff)
downloadnheko-046b3f4da6e5b8eec92bd0895048a4df2e916285.tar.xz
Mark own events as read again after sending
Diffstat (limited to 'src/timeline/EventStore.h')
-rw-r--r--src/timeline/EventStore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeline/EventStore.h b/src/timeline/EventStore.h
index b4d5bb23..3a78cba8 100644
--- a/src/timeline/EventStore.h
+++ b/src/timeline/EventStore.h
@@ -91,7 +91,7 @@ signals:
         void fetchedMore();
 
         void processPending();
-        void messageSent(std::string txn_id);
+        void messageSent(std::string txn_id, std::string event_id);
         void messageFailed(std::string txn_id);
 
 public slots: