Add status expiration
This commit is contained in:
parent
57c12e4fad
commit
16079b4db5
11 changed files with 120 additions and 1 deletions
|
@ -26,6 +26,7 @@ class DeleteAccountService < BaseService
|
|||
passive_relationships
|
||||
report_notes
|
||||
scheduled_statuses
|
||||
scheduled_expiration_statuses
|
||||
status_pins
|
||||
).freeze
|
||||
|
||||
|
@ -51,6 +52,7 @@ class DeleteAccountService < BaseService
|
|||
notifications
|
||||
owned_lists
|
||||
scheduled_statuses
|
||||
scheduled_expiration_statuses
|
||||
status_pins
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue