fix: send null for empty edited_at in mastodon api
This commit is contained in:
@@ -7,6 +7,7 @@ namespace MisskeyEntity {
|
||||
export type Note = {
|
||||
id: string
|
||||
createdAt: string
|
||||
updatedAt?: string | null
|
||||
userId: string
|
||||
user: User
|
||||
text: string | null
|
||||
|
||||
Reference in New Issue
Block a user