Merge branch 'features/users-raw_bio' into 'develop'
User: Add raw_bio, storing unformatted bio See merge request pleroma/pleroma!2326
This commit is contained in:
commit
4ec2fb967e
8 changed files with 61 additions and 19 deletions
|
|
@ -42,7 +42,8 @@ defmodule Pleroma.Factory do
|
|||
user
|
||||
| ap_id: User.ap_id(user),
|
||||
follower_address: User.ap_followers(user),
|
||||
following_address: User.ap_following(user)
|
||||
following_address: User.ap_following(user),
|
||||
raw_bio: user.bio
|
||||
}
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue