This commit is contained in:
KMY 2025-06-12 10:37:20 +09:00
parent f3c3ea42c2
commit 91e252259d
5 changed files with 11 additions and 9 deletions

View file

@ -29,7 +29,7 @@ class ActivityPub::Parser::CustomEmojiParser
nil
end
def is_sensitive # rubocop:disable Naming/PredicateName
def is_sensitive # rubocop:disable Naming/PredicatePrefix
@json['isSensitive'].presence || false
end