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
@@ -18,6 +18,7 @@ namespace PleromaEntity {
reblog: Status | null
content: string
created_at: string
edited_at?: string | null
emojis: Emoji[]
replies_count: number
reblogs_count: number