zhangchangchun il y a 5 ans
Parent
commit
3efb8b0a37
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/Repositories/MemberGroupRepository.php

+ 1 - 1
app/Repositories/MemberGroupRepository.php

@@ -61,7 +61,7 @@ class MemberGroupRepository {
                        }
                        $data[] = [
                            'uid' => $user['uid'],
-                           'username' => subtext($user['username'], 10),
+                           'username' => $user['username'],
                            'avatar' => $user['avatar'],
                            'follow_status' => $this->getFollowStatus($userInfo['uid'], $user['uid']),
                            'follow_topic' => $names,