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"/> <img src="/client-assets/misskey.svg" class="misskey"/>
<div class="emojis"> <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="😥"/>
<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>
<div class="main"> <div class="main">

View File

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