Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneRal authored Jan 26, 2025
1 parent e1f35ac commit e212384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quotient/room.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e212384

Please sign in to comment.