add note
This commit is contained in:
parent
1c3d9a5df0
commit
cf6a302f8f
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ export class ReactionService {
|
|||
// カスタム絵文字リアクションだったら絵文字情報も送る
|
||||
const decodedReaction = this.decodeReaction(reaction);
|
||||
|
||||
// TODO: Cache
|
||||
const emoji = await this.emojisRepository.findOne({
|
||||
where: {
|
||||
name: decodedReaction.name,
|
||||
|
|
Loading…
Reference in a new issue