mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-13 20:18:50 +03:00
use discord's default avatars instead of placeholder
This commit is contained in:
@@ -137,8 +137,7 @@ void Completer::CompleteMentions(const Glib::ustring &term) {
|
||||
}
|
||||
}
|
||||
|
||||
if (author->HasAvatar())
|
||||
entry->SetImage(author->GetAvatarURL());
|
||||
entry->SetImage(author->GetAvatarURL());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user