Merge branch 'main' into glitch-soc/merge-upstream
Conflicts: - `README.md`: Upstream changed their README, we have a completely different one. Kept our README.
This commit is contained in:
@ -300,6 +300,10 @@ class Status < ApplicationRecord
|
||||
end
|
||||
end
|
||||
|
||||
def requires_review?
|
||||
attributes['trendable'].nil? && account.requires_review?
|
||||
end
|
||||
|
||||
def requires_review_notification?
|
||||
attributes['trendable'].nil? && account.requires_review_notification?
|
||||
end
|
||||
|
Reference in New Issue
Block a user