Skip to content
Snippets Groups Projects
Unverified Commit c4c1bee8 authored by Jeong Arm's avatar Jeong Arm Committed by GitHub
Browse files

Fix trendable status without review (#20214)

parent 93a6ebc8
No related branches found
No related tags found
No related merge requests found
...@@ -256,7 +256,7 @@ class Account < ApplicationRecord ...@@ -256,7 +256,7 @@ class Account < ApplicationRecord
update!(memorial: true) update!(memorial: true)
end end
def trendable def trendable?
boolean_with_default('trendable', Setting.trendable_by_default) boolean_with_default('trendable', Setting.trendable_by_default)
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment