Add tootctl cache recount
command (#11597)
This commit is contained in:
parent
8a555534ec
commit
96702e7f67
3 changed files with 52 additions and 3 deletions
|
@ -388,13 +388,16 @@ class Status < ApplicationRecord
|
|||
end
|
||||
end
|
||||
|
||||
def status_stat
|
||||
super || build_status_stat
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def update_status_stat!(attrs)
|
||||
return if marked_for_destruction? || destroyed?
|
||||
|
||||
record = status_stat || build_status_stat
|
||||
record.update(attrs)
|
||||
status_stat.update(attrs)
|
||||
end
|
||||
|
||||
def store_uri
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue