aboutsummaryrefslogtreecommitdiffhomepage
path: root/routes/actor_profile_fragment.php
diff options
context:
space:
mode:
Diffstat (limited to 'routes/actor_profile_fragment.php')
-rw-r--r--routes/actor_profile_fragment.php1
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'])) {