Update LastStatusAt field, fixes #1

This commit is contained in:
Adora Laura Kalb 2023-07-11 09:31:31 +02:00
parent 699dc4e1a8
commit 6d41c8c17e
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056

View file

@ -51,7 +51,7 @@ type MastodonPost struct {
FollowersCount int `json:"followers_count"`
FollowingCount int `json:"following_count"`
StatusesCount int `json:"statuses_count"`
LastStatusAt time.Time `json:"last_status_at"`
LastStatusAt string `json:"last_status_at"`
Emojis []any `json:"emojis,omitempty"`
Fields []struct {
Name string `json:"name"`