Fix: スタンプのテスト
This commit is contained in:
parent
5ac46b4dc6
commit
e7e70b21d2
3 changed files with 18 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue