diff options
Diffstat (limited to 'app/models/mute.rb')
-rw-r--r-- | app/models/mute.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/mute.rb b/app/models/mute.rb index 8efa27ac0..ebb3818c7 100644 --- a/app/models/mute.rb +++ b/app/models/mute.rb @@ -6,9 +6,9 @@ # id :integer not null, primary key # created_at :datetime not null # updated_at :datetime not null +# hide_notifications :boolean default(TRUE), not null # account_id :integer not null # target_account_id :integer not null -# hide_notifications :boolean default(TRUE), not null # class Mute < ApplicationRecord |