Compare commits
5 commits
f8b0af62b2
...
0a985fb7f4
Author | SHA1 | Date | |
---|---|---|---|
|
0a985fb7f4 | ||
|
482f353f4d | ||
|
8b87d548ac | ||
|
5ad4d82b6b | ||
|
1f50fc2a8b |
2 changed files with 2 additions and 5 deletions
|
@ -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"
|
||||
>
|
||||
|
|
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue