@ -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,
|
||||
),
|
||||
|
Reference in New Issue
Block a user