1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-26 16:04:24 +02:00

リモートのカスタム絵文字リアクションを表示できるように (#6239)

* リモートのカスタム絵文字リアクションを表示できるように

* AP

* DBマイグレーション

* ローカルのリアクションの.

* fix

* fix

* fix

* space
This commit is contained in:
MeiMei
2020-04-14 00:42:59 +09:00
committed by GitHub
parent cda1803e59
commit 9b07c5af05
12 changed files with 185 additions and 41 deletions

View File

@@ -9,7 +9,7 @@
ref="reaction"
v-particle
>
<x-reaction-icon :reaction="reaction" ref="icon"/>
<x-reaction-icon :reaction="reaction" :customEmojis="note.emojis" ref="icon"/>
<span>{{ count }}</span>
</button>
</template>