mirror of
https://github.com/flarum/core.git
synced 2025-10-12 23:44:27 +02:00
Remove user bio feature (#1214)
The feature is very limited in scope, and we hope for community extensions to take over this feature and make it much better.
This commit is contained in:
@@ -40,7 +40,6 @@ class UserSerializer extends UserBasicSerializer
|
||||
$canEdit = $gate->allows('edit', $user);
|
||||
|
||||
$attributes += [
|
||||
'bio' => $user->bio,
|
||||
'joinTime' => $this->formatDate($user->join_time),
|
||||
'discussionsCount' => (int) $user->discussions_count,
|
||||
'commentsCount' => (int) $user->comments_count,
|
||||
|
Reference in New Issue
Block a user