diff --git a/mobile_api/views/user.py b/mobile_api/views/user.py index 7f273ab..775b547 100644 --- a/mobile_api/views/user.py +++ b/mobile_api/views/user.py @@ -134,6 +134,7 @@ class StatusView(View): "eventify_id": user.eventify_id or '', "district": user.district or '', "district_changed_at": user.district_changed_at.isoformat() if user.district_changed_at else None, + "profile_photo": user.profile_picture.url if user.profile_picture else '', }) except Exception as e: