Fix: スタンプのテスト

This commit is contained in:
KMY 2023-10-15 12:19:46 +09:00
parent 92301d59a4
commit e1e8476e1f
2 changed files with 8 additions and 4 deletions

View file

@ -40,7 +40,11 @@ class EmojiReaction < ApplicationRecord
end
def sign?
status&.distributable_friend?
true
end
def object_type
:emoji_reaction
end
private