diff --git a/app/models/status.rb b/app/models/status.rb
index 918a58405..4696ee289 100644
--- a/app/models/status.rb
+++ b/app/models/status.rb
@@ -1,7 +1,6 @@
 # frozen_string_literal: true
 
 class Status < ApplicationRecord
-  include ActiveModel::Validations
   include Paginable
   include Streamable
   include Cacheable