diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-04-07 20:42:53 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-04-07 20:42:53 -0400 |
commit | 1251d89ef0577c9d450a8581d52dd94b67a45075 (patch) | |
tree | 310cf70fed83bdfff22d2b663d7761f95d4c94c6 /components/completer.cpp | |
parent | 0faff42e17cbe349a0b5812a653456ab67d49e52 (diff) | |
download | abaddon-portaudio-1251d89ef0577c9d450a8581d52dd94b67a45075.tar.gz abaddon-portaudio-1251d89ef0577c9d450a8581d52dd94b67a45075.zip |
use discord's default avatars instead of placeholder
Diffstat (limited to 'components/completer.cpp')
-rw-r--r-- | components/completer.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/completer.cpp b/components/completer.cpp index f32bbd5..4108331 100644 --- a/components/completer.cpp +++ b/components/completer.cpp @@ -137,8 +137,7 @@ void Completer::CompleteMentions(const Glib::ustring &term) { } } - if (author->HasAvatar()) - entry->SetImage(author->GetAvatarURL()); + entry->SetImage(author->GetAvatarURL()); } } |