fix: show published time on users

This commit is contained in:
əlemi 2024-03-21 16:47:15 +01:00
parent f6150387ca
commit 483076b6b2
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -78,6 +78,7 @@ impl crate::activitystream::Base for Model {
.set_summary(self.summary.as_deref())
.set_icon(self.icon())
.set_image(self.image())
.set_published(Some(self.created))
.set_preferred_username(Some(&self.preferred_username))
.set_inbox(self.inbox())
.set_outbox(self.outbox())