Fix presence not updating in the timeline

This commit is contained in:
Nicolas Werner 2023-07-09 19:36:59 +02:00
parent 21889f00e7
commit ff007c2b9d
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9

View File

@ -20,7 +20,7 @@ class PresenceEmitter final : public QObject
QML_SINGLETON
public:
PresenceEmitter(QObject *p = nullptr)
PresenceEmitter(QObject *p)
: QObject(p)
{
instance_ = this;