fix: send null for empty edited_at in mastodon api
This commit is contained in:
@@ -19,6 +19,7 @@ namespace Entity {
|
||||
content: string
|
||||
plain_content?: string | null
|
||||
created_at: string
|
||||
edited_at: string | null
|
||||
emojis: Emoji[]
|
||||
replies_count: number
|
||||
reblogs_count: number
|
||||
|
||||
Reference in New Issue
Block a user