スタンプに認証情報を追加
This commit is contained in:
parent
6823ae3bae
commit
842a93243a
3 changed files with 9 additions and 1 deletions
|
@ -43,6 +43,10 @@ class EmojiReaction < ApplicationRecord
|
|||
custom_emoji? && !custom_emoji.local?
|
||||
end
|
||||
|
||||
def sign?
|
||||
status&.distributable_friend?
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def refresh_cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue