add image property to make some tests happy

improve-ap-compliance
Alain St-Denis 2024-06-21 07:45:05 -04:00
rodzic b0d172d2b1
commit b8a7bb8933
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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