@@ -713,4 +713,5 @@ class MemberActivityContributionInfo(BaseModelMixin): |
||
713 | 713 |
'content': self.content, |
714 | 714 |
'images': self.images, |
715 | 715 |
'video_url': self.video_url or '', |
716 |
+ 'created_at': tc.local_string(utc_dt=self.created_at), |
|
716 | 717 |
} |