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
@@ -7,6 +7,7 @@ namespace MisskeyEntity {
export type Note = {
id: string
createdAt: string
updatedAt?: string | null
userId: string
user: User
text: string | null