Load higher resoliton avatars in conversation list

Instead of a 64px avatar now the 512px version is loaded for
conversation lists. For avatars in a single conversation that was
already the case.

Resolves: #2302

Signed-off-by: Tim Krüger <t@timkrueger.me>
This commit is contained in:
Tim Krüger 2022-08-15 12:16:05 +02:00
parent bc637d152b
commit 546a174f48
No known key found for this signature in database
GPG key ID: FECE3A7222C52A4E

View file

@ -287,7 +287,7 @@ public class ConversationsListController extends BaseController implements Flexi
ApiUtils.getUrlForAvatar(
currentUser.getBaseUrl(),
currentUser.getUserId(),
false),
true),
currentUser);
ImagePipeline imagePipeline = Fresco.getImagePipeline();