refa query follow up

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-31 15:00:23 +08:00
parent 1029621b63
commit e945daba3a
8 changed files with 168 additions and 204 deletions

View File

@@ -31,7 +31,7 @@ class FollowItem extends StatelessWidget {
if (onSelect != null) {
onSelect!.call(
UserModel(
mid: item.mid!,
mid: item.mid,
name: item.uname!,
avatar: item.face!,
),