Convert activitypub Image into model ImageField
This commit is contained in:
parent
5526b4773e
commit
e2debd855c
4 changed files with 37 additions and 26 deletions
|
@ -114,7 +114,8 @@ class User(OrderedCollectionPageMixin, AbstractUser):
|
|||
),
|
||||
ActivityMapping(
|
||||
'icon', 'avatar',
|
||||
lambda x: image_formatter(x, '/static/images/default_avi.jpg')
|
||||
lambda x: image_formatter(x, '/static/images/default_avi.jpg'),
|
||||
activitypub.image_formatter
|
||||
),
|
||||
ActivityMapping(
|
||||
'manuallyApprovesFollowers',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue