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); const decodedReaction = this.decodeReaction(reaction);
// TODO: Cache
const emoji = await this.emojisRepository.findOne({ const emoji = await this.emojisRepository.findOne({
where: { where: {
name: decodedReaction.name, name: decodedReaction.name,