This commit is contained in:
KMY 2023-12-06 13:11:38 +09:00
parent 0199608b87
commit 210b23cfc7
4 changed files with 5 additions and 5 deletions

View file

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