Bump dependencies to libQuotient 0.7 (master)

This commit is contained in:
Carl Schwan
2020-12-12 15:39:29 +01:00
parent a18ecdddb2
commit d646962ea1
3 changed files with 8 additions and 4 deletions

View File

@@ -372,7 +372,7 @@ QString NeoChatRoom::eventToString(const RoomEvent &evt, Qt::TextFormat format,
}
if (e.avatarUrl().isEmpty()) {
text += i18n("cleared their avatar");
} else if (e.prevContent()->avatarUrl.isEmpty()) {
} else if (e.prevContent()->avatarUrl) {
text += i18n("set an avatar");
} else {
text += i18n("updated their avatar");