#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

@ -47,7 +47,7 @@ class _ChatInfoState extends State<ChatInfo> {
const SizedBox(height: 30),
GestureDetector(
child: UserAvatar(
username: widget.room.name,
id: isGroup ? widget.room.token : widget.room.name,
isGroup: isGroup,
size: 80,
),