mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-01 00:56:15 -06:00
little fixes
This commit is contained in:
parent
9b3e17b274
commit
e8a8dd1c27
3 changed files with 4 additions and 5 deletions
|
|
@ -220,6 +220,7 @@ func (c *converter) ASStatusToStatus(ctx context.Context, statusable ap.Statusab
|
|||
published, err := ap.ExtractPublished(statusable)
|
||||
if err == nil {
|
||||
status.CreatedAt = published
|
||||
status.UpdatedAt = published
|
||||
}
|
||||
|
||||
// which account posted this status?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue