Dynamically update read receipts

This commit is contained in:
Loren Burkholder 2021-07-24 15:35:28 -04:00
parent 3ce7fdd63f
commit 2fe010c04a
3 changed files with 25 additions and 4 deletions

View file

@ -41,6 +41,7 @@ public:
public slots:
void addUsers(const std::multimap<uint64_t, std::string, std::greater<uint64_t>> &users);
void update();
private:
QString dateFormat(const QDateTime &then) const;