1
0

fix: send null for empty edited_at in mastodon api

This commit is contained in:
Sugar🍬🍭🏳️‍⚧
2024-04-01 20:17:53 +02:00
committed by Sugar
parent 126248e58d
commit e779c1e667
13 changed files with 15 additions and 2 deletions
@@ -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