summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-07-09 19:36:59 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2023-07-09 19:36:59 +0200
commitff007c2b9d7b30f0f15899122c54ba8adca8c5f8 (patch)
treea1838eb5e10b19a356c8afe7a068ad2bef130201 /src
parentFix a few more bugs where a limited timeline could cause a hanging pagination (diff)
downloadnheko-ff007c2b9d7b30f0f15899122c54ba8adca8c5f8.tar.xz
Fix presence not updating in the timeline
Diffstat (limited to 'src')
-rw-r--r--src/timeline/PresenceEmitter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeline/PresenceEmitter.h b/src/timeline/PresenceEmitter.h
index 09ad1301..64859669 100644
--- a/src/timeline/PresenceEmitter.h
+++ b/src/timeline/PresenceEmitter.h
@@ -20,7 +20,7 @@ class PresenceEmitter final : public QObject
     QML_SINGLETON
 
 public:
-    PresenceEmitter(QObject *p = nullptr)
+    PresenceEmitter(QObject *p)
       : QObject(p)
     {
         instance_ = this;