Fix: スタンプのテスト

This commit is contained in:
KMY 2023-10-15 12:21:39 +09:00 committed by KMY(雪あすか)
parent 5ac46b4dc6
commit e7e70b21d2
3 changed files with 18 additions and 3 deletions

View file

@ -43,6 +43,14 @@ class EmojiReaction < ApplicationRecord
custom_emoji? && !custom_emoji.local?
end
def sign?
true
end
def object_type
:emoji_reaction
end
private
def refresh_cache