This commit is contained in:
ThatOneCalculator 2022-07-23 18:58:35 -07:00
parent 1f98b349bf
commit 35fe923db3
2 changed files with 8 additions and 2 deletions

View file

@ -8,9 +8,15 @@
<img src="/client-assets/misskey.svg" class="misskey"/>
<div class="emojis">
<MkEmoji :normal="true" :no-style="true" emoji="⭐"/>
<MkEmoji :normal="true" :no-style="true" emoji="❤"/>
<MkEmoji :normal="true" :no-style="true" emoji="❤"/>
<MkEmoji :normal="true" :no-style="true" emoji="😆"/>
<MkEmoji :normal="true" :no-style="true" emoji="🤔"/>
<MkEmoji :normal="true" :no-style="true" emoji="😮"/>
<MkEmoji :normal="true" :no-style="true" emoji="🎉"/>
<MkEmoji :normal="true" :no-style="true" emoji="💢"/>
<MkEmoji :normal="true" :no-style="true" emoji="😥"/>
<MkEmoji :normal="true" :no-style="true" emoji="😇"/>
<MkEmoji :normal="true" :no-style="true" emoji="🥴"/>
<MkEmoji :normal="true" :no-style="true" emoji="🍮"/>
</div>
<div class="main">

View file

@ -53,7 +53,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
reactions: {
where: 'account',
default: ['⭐', '❤️', '😆', '🤔', '😮', '🎉', '💢', '😥', '😇', '🍮'],
default: ['⭐', '❤️', '😆', '🤔', '😮', '🎉', '💢', '😥', '😇', '🥴', '🍮'],
},
mutedWords: {
where: 'account',