PollHandler: Correctly handle paginated events

This commit is contained in:
Arno Rehn
2025-09-28 20:35:54 +02:00
parent 23dc88df60
commit a88a82ca08
2 changed files with 8 additions and 3 deletions

View File

@@ -128,7 +128,7 @@ private:
void updatePoll(Quotient::RoomEventsRange events);
void checkLoadRelations();
void checkLoadRelations(const QString &nextBatch = {});
void handleEvent(Quotient::RoomEvent *event);
void handleResponse(const Quotient::PollResponseEvent *event);
QHash<QString, QDateTime> m_selectionTimestamps;