diff --git a/lib/tasks/dev.rake b/lib/tasks/dev.rake index 2aad68d53d..b1a144f64c 100644 --- a/lib/tasks/dev.rake +++ b/lib/tasks/dev.rake @@ -436,6 +436,13 @@ namespace :dev do quoted_status: quoted, state: :accepted ).find_or_create_by!(id: 10_000_013) + + Status.create_with( + text: 'This post has a manual quote policy', + account: remote_account, + visibility: :public, + quote_approval_policy: Status::QUOTE_APPROVAL_POLICY_FLAGS[:public] + ).find_or_create_by!(id: 10_000_030) end end end