Skip to content
Snippets Groups Projects
Commit 31849390 authored by Roger Braun's avatar Roger Braun
Browse files

Ensure non-null bio.

parent d168ef5a
Branches
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountView do
followers_count: user_info.follower_count,
following_count: user_info.following_count,
statuses_count: user_info.note_count,
note: user.bio,
note: user.bio || "",
url: user.ap_id,
avatar: image,
avatar_static: image,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment