use discord's default avatars instead of placeholder

This commit is contained in:
ouwou
2021-04-07 20:42:53 -04:00
parent 0faff42e17
commit 1251d89ef0
9 changed files with 54 additions and 67 deletions

View File

@@ -137,8 +137,7 @@ void Completer::CompleteMentions(const Glib::ustring &term) {
}
}
if (author->HasAvatar())
entry->SetImage(author->GetAvatarURL());
entry->SetImage(author->GetAvatarURL());
}
}