Merge branch 'hj/2.7.1-fixes' into shigusegubu-themes3

This commit is contained in:
Henry Jameson 2024-08-15 11:35:54 +03:00
commit 0a985fb7f4
2 changed files with 2 additions and 5 deletions

View file

@ -3,7 +3,8 @@
v-if="!hideStatus"
ref="root"
class="Status"
:class="[{ '-focused': isFocused }, { '-conversation': inlineExpanded }]"
:class="[{ '-focused': isFocused }, { '-conversation': inlineExpanded }, userClass, { highlighted: userStyle, '-repeat': retweet && !inConversation }]"
:style="[ userStyle ]"
>
<div
v-if="error"
@ -120,8 +121,6 @@
<div
v-if="!deleted"
:class="[userClass, { highlighted: userStyle, '-repeat': retweet && !inConversation }]"
:style="[ userStyle ]"
class="status-container"
:data-tags="tags"
>

View file

@ -374,8 +374,6 @@ const instance = {
// should have been "pack" field, that would be more useful
}).sort(byPackThenByName)
commit('setInstanceOption', { name: 'customEmoji', value: emoji })
state.standardEmojiGroupList = null
state.standardEmojiList = null
} else {
throw (res)
}