Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nvrWhere committed Oct 2, 2024
1 parent 3641290 commit fee5b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quotient/events/roommessageevent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ QString RoomMessageEvent::replacedEvent() const

bool RoomMessageEvent::isReplaced() const
{
return unsignedPart<QJsonObject>("m.relations"_L1).contains("m.replace"_L1);"format"_L1
return unsignedPart<QJsonObject>("m.relations"_L1).contains("m.replace"_L1);
}

QString RoomMessageEvent::replacedBy() const
Expand Down

0 comments on commit fee5b8e

Please sign in to comment.