From e212384881cfe459b5fe23a5ac994fd0638d11cd Mon Sep 17 00:00:00 2001 From: Alexey Rusakov Date: Sun, 26 Jan 2025 09:21:57 +0100 Subject: [PATCH] Fix a typo --- Quotient/room.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quotient/room.cpp b/Quotient/room.cpp index 5a8ca167d..6bc65ffea 100644 --- a/Quotient/room.cpp +++ b/Quotient/room.cpp @@ -1777,7 +1777,7 @@ void Room::Private::updateThread(const RoomEvent* event) } auto& thread = threads[rme->threadRootEventId()]; - const auto isNew = thread.threadRpotId.isEmpty(); + const auto isNew = thread.threadRootId.isEmpty(); if (thread.threadRootId.isEmpty()) { thread.threadRootId = rme->threadRootEventId(); // If we can't find the root we assume it's a historical event and will be loaded later.