#34 Added support for Group images

#18 Added Cache for avatar images
This commit is contained in:
2024-02-25 17:05:36 +01:00
parent c2f05da96e
commit edb9b56637
5 changed files with 41 additions and 16 deletions

View File

@ -55,7 +55,7 @@ class _MessageReactionsState extends State<MessageReactions> {
children: entry.value.map((e) {
bool isSelf = AccountData().getUsername() == e.actorId;
return ListTile(
leading: UserAvatar(username: e.actorId, isGroup: false),
leading: UserAvatar(id: e.actorId, isGroup: false),
title: Text(e.actorDisplayName),
subtitle: isSelf
? const Text("Du")