diff options
Diffstat (limited to 'routes')
| -rw-r--r-- | routes/actor_profile_fragment.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/routes/actor_profile_fragment.php b/routes/actor_profile_fragment.php index 45f4487..f2d0004 100644 --- a/routes/actor_profile_fragment.php +++ b/routes/actor_profile_fragment.php @@ -69,6 +69,7 @@ Router::getInstance()->mount('/fragment/profile', function (array $args) { if (strlen($actor->displayName) <= 0) { $actor->displayName = $actor->handle; } + $actor->pronouns = trim($_POST['pronouns'] ?? '') ?: null; $actor->bio = trim($_POST['bio'] ?? ''); if (isset($_FILES['avatar'])) { |
