diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-07-09 19:36:59 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-07-09 19:36:59 +0200 |
commit | ff007c2b9d7b30f0f15899122c54ba8adca8c5f8 (patch) | |
tree | a1838eb5e10b19a356c8afe7a068ad2bef130201 /src | |
parent | Fix a few more bugs where a limited timeline could cause a hanging pagination (diff) | |
download | nheko-ff007c2b9d7b30f0f15899122c54ba8adca8c5f8.tar.xz |
Fix presence not updating in the timeline
Diffstat (limited to 'src')
-rw-r--r-- | src/timeline/PresenceEmitter.h | 2 |
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; |