Merge pull request #1463 from h3poteto/iss-1461

refs #1461 Enhance pleroma status entity
This commit is contained in:
AkiraFukushima 2022-11-23 11:05:02 +09:00 committed by GitHub
commit 0a2fe8009f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,10 +46,14 @@ namespace PleromaEntity {
spoiler_text?: {
'text/plain': string
}
conversation_id?: string
direct_conversation_id?: string | null
conversation_id?: number
direct_conversation_id?: number | null
emoji_reactions?: Array<Reaction>
expires_at?: string
in_reply_to_account_acct?: string
local: boolean
parent_visible?: boolean
pinned_at?: string
thread_muted?: boolean
}
}