From: Michael Tremer Date: Tue, 29 Oct 2019 15:44:38 +0000 (+0000) Subject: people: Send description to Discourse X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9bb4915d227bb7163bc44b7c1bde5a86e6819112;p=ipfire.org.git people: Send description to Discourse Signed-off-by: Michael Tremer --- diff --git a/src/web/people.py b/src/web/people.py index d1a9a1ac..9cbb8b87 100644 --- a/src/web/people.py +++ b/src/web/people.py @@ -323,6 +323,7 @@ class SSODiscourse(auth.CacheMixin, base.BaseHandler): # More details about the user "username" : account.uid, "name" : "%s" % account, + "bio" : account.description or "", # Avatar "avatar_url" : account.avatar_url(),