zhangchangchun 5 anni fa
parent
commit
3efb8b0a37
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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,