This commit is contained in:
syuilo 2023-04-05 12:08:18 +09:00
parent 1c3d9a5df0
commit cf6a302f8f
1 changed files with 1 additions and 0 deletions

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,