Move the storage of thread models to the room

This commit is contained in:
James Graham
2025-01-11 12:14:31 +00:00
parent 37de1ec583
commit ae7bfa5bcb
4 changed files with 25 additions and 7 deletions

View File

@@ -153,7 +153,6 @@ private:
bool movingEvent = false;
QMap<QString, QSharedPointer<ReadMarkerModel>> m_readMarkerModels;
QMap<QString, QSharedPointer<ThreadModel>> m_threadModels;
QMap<QString, QSharedPointer<ReactionModel>> m_reactionModels;
void createEventObjects(const Quotient::RoomEvent *event, bool isPending = false);