Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into media-preview-proxy
[akkoma] / lib / pleroma / web / activity_pub / activity_pub.ex
index 624a508ae3d907438d0df2301cdb1ea458580257..3336214133a9e046ea8ad2a01d793e594602aff1 100644 (file)
@@ -1224,7 +1224,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPub do
       name: data["name"],
       follower_address: data["followers"],
       following_address: data["following"],
-      bio: data["summary"],
+      bio: data["summary"] || "",
       actor_type: actor_type,
       also_known_as: Map.get(data, "alsoKnownAs", []),
       public_key: public_key,