1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-05 19:26:02 +02:00
This commit is contained in:
syuilo
2023-04-05 12:08:18 +09:00
parent 1c3d9a5df0
commit cf6a302f8f

View File

@@ -158,6 +158,7 @@ export class ReactionService {
// カスタム絵文字リアクションだったら絵文字情報も送る
const decodedReaction = this.decodeReaction(reaction);
// TODO: Cache
const emoji = await this.emojisRepository.findOne({
where: {
name: decodedReaction.name,