スタンプに認証情報を追加

This commit is contained in:
KMY 2023-10-11 09:59:00 +09:00
parent 6823ae3bae
commit 842a93243a
3 changed files with 9 additions and 1 deletions

View file

@ -43,6 +43,10 @@ class EmojiReaction < ApplicationRecord
custom_emoji? && !custom_emoji.local?
end
def sign?
status&.distributable_friend?
end
private
def refresh_cache