mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-05 08:55:59 +00:00
Use round thumbnail in forum stories.
This commit is contained in:
@@ -66,7 +66,7 @@ Content State::next() {
|
||||
if (const auto i = _userpics.find(peer); i != end(_userpics)) {
|
||||
userpic = i->second;
|
||||
} else {
|
||||
userpic = Ui::MakeUserpicThumbnail(peer);
|
||||
userpic = Ui::MakeUserpicThumbnail(peer, true);
|
||||
_userpics.emplace(peer, userpic);
|
||||
}
|
||||
result.elements.push_back({
|
||||
|
Reference in New Issue
Block a user