kopia lustrzana https://gitlab.com/jaywink/federation
add image property to make some tests happy
rodzic
b0d172d2b1
commit
b8a7bb8933
|
@ -140,6 +140,7 @@ class Profile(CreatedAtMixin, OptionalRawContentMixin, PublicMixin, BaseEntity):
|
||||||
email = ""
|
email = ""
|
||||||
gender = ""
|
gender = ""
|
||||||
image_urls = None
|
image_urls = None
|
||||||
|
image = None
|
||||||
location = ""
|
location = ""
|
||||||
name = ""
|
name = ""
|
||||||
nsfw = False
|
nsfw = False
|
||||||
|
|
Ładowanie…
Reference in New Issue