Skip to content
Snippets Groups Projects
Verified Commit ff007c2b authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix presence not updating in the timeline

parent 21889f00
Branches qmlRecaptcha
No related tags found
No related merge requests found
Pipeline #4986 failed
......@@ -20,7 +20,7 @@ class PresenceEmitter final : public QObject
QML_SINGLETON
public:
PresenceEmitter(QObject *p = nullptr)
PresenceEmitter(QObject *p)
: QObject(p)
{
instance_ = this;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment