Change: #428 emoji_reaction_available_serverプロパティをStatusからAccountオブジェクトに移動する (#434)

* Change: `emoji_reaction_available_server`プロパティを`Status`から`Account`オブジェクトに移動する

* Fix test
This commit is contained in:
KMY(雪あすか) 2024-01-09 10:43:59 +09:00 committed by GitHub
parent 616d0c5267
commit d315f23bed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 14 additions and 12 deletions

View file

@ -88,6 +88,7 @@ export const accountDefaultValues: AccountShape = {
indexable: false,
display_name: '',
display_name_html: '',
emoji_reaction_available_server: false,
emojis: List<CustomEmoji>(),
fields: List<AccountField>(),
group: false,