fix: send null for empty edited_at in mastodon api
This commit is contained in:
@@ -38,6 +38,7 @@ const status: Entity.Status = {
|
||||
content: 'hoge',
|
||||
plain_content: 'hoge',
|
||||
created_at: '2019-03-26T21:40:32',
|
||||
edited_at: null,
|
||||
emojis: [],
|
||||
replies_count: 0,
|
||||
reblogs_count: 0,
|
||||
|
||||
Reference in New Issue
Block a user