Fix compilation with libQuotient master
This commit is contained in:
@@ -307,7 +307,7 @@ QString NeoChatRoom::eventToString(const RoomEvent &evt, Qt::TextFormat format,
|
|||||||
text += " and ";
|
text += " and ";
|
||||||
if (e.avatarUrl().isEmpty())
|
if (e.avatarUrl().isEmpty())
|
||||||
text += tr("cleared their avatar");
|
text += tr("cleared their avatar");
|
||||||
else if (e.prevContent()->avatarUrl.isEmpty())
|
else if (e.prevContent()->avatarUrl->isEmpty())
|
||||||
text += tr("set an avatar");
|
text += tr("set an avatar");
|
||||||
else
|
else
|
||||||
text += tr("updated their avatar");
|
text += tr("updated their avatar");
|
||||||
|
|||||||
Reference in New Issue
Block a user