diff --git a/app/models/status_edit.rb b/app/models/status_edit.rb index c2330c04fad..c4778d908a9 100644 --- a/app/models/status_edit.rb +++ b/app/models/status_edit.rb @@ -62,6 +62,10 @@ class StatusEdit < ApplicationRecord end end + def quote? + status.quote? + end + def proper self end