Revert "Bump dependencies to libQuotient 0.7 (master)"
This reverts commit d646962ea1.
This commit is contained in:
committed by
Carl Schwan
parent
91ef8806f2
commit
345eb0c229
@@ -412,7 +412,9 @@ QString NeoChatRoom::eventToString(const RoomEvent &evt, Qt::TextFormat format,
|
||||
}
|
||||
if (!e.newAvatarUrl().has_value()) {
|
||||
text += i18n("cleared their avatar");
|
||||
} else if (e.prevContent()->avatarUrl) {
|
||||
} else if (e.prevContent()->avatarUrl.isEmpty()) {
|
||||
text += i18n("set an avatar");
|
||||
} else {
|
||||
text += i18n("updated their avatar");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user