add note
This commit is contained in:
parent
1c3d9a5df0
commit
cf6a302f8f
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue