summary refs log tree commit diff
path: root/src/timeline/TimelineViewManager.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-06-24 16:24:22 +0200
committerCH Chethan Reddy <40890937+Chethan2k1@users.noreply.github.com>2020-07-30 22:10:27 +0530
commit4862be06be6e32c1f4963feabfde010a9f64616c (patch)
tree5349820c286c2f9fbbd1d88ecc9f236fd77e8846 /src/timeline/TimelineViewManager.h
parentSome more changes (diff)
downloadnheko-4862be06be6e32c1f4963feabfde010a9f64616c.tar.xz
Fix presence indicator
Diffstat (limited to 'src/timeline/TimelineViewManager.h')
-rw-r--r--src/timeline/TimelineViewManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timeline/TimelineViewManager.h b/src/timeline/TimelineViewManager.h

index 38aba021..af8bc4b6 100644 --- a/src/timeline/TimelineViewManager.h +++ b/src/timeline/TimelineViewManager.h
@@ -57,7 +57,7 @@ public: Q_INVOKABLE void openImageOverlay(QString mxcUrl, QString eventId) const; Q_INVOKABLE QColor userColor(QString id, QColor background); - // Q_INVOKABLE QString userPresence(QString id) const; + Q_INVOKABLE QString userPresence(QString id) const; Q_INVOKABLE QString userStatus(QString id) const; signals: @@ -131,4 +131,4 @@ private: DeviceVerificationList *dvList; }; -Q_DECLARE_METATYPE(mtx::events::collections::DeviceEvents) \ No newline at end of file +Q_DECLARE_METATYPE(mtx::events::collections::DeviceEvents)