diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-07-18 20:39:31 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-07-18 20:39:31 +0200 |
commit | 046b3f4da6e5b8eec92bd0895048a4df2e916285 (patch) | |
tree | 85d3c3cff5678b5ac0b9e110cbf52b19a318644d /src/timeline/EventStore.h | |
parent | Fix flickering of encrypted messages when sending using new store (diff) | |
download | nheko-046b3f4da6e5b8eec92bd0895048a4df2e916285.tar.xz |
Mark own events as read again after sending
Diffstat (limited to 'src/timeline/EventStore.h')
-rw-r--r-- | src/timeline/EventStore.h | 2 |
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: |