about summary refs log tree commit diff
path: root/app/models/mute.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/mute.rb')
-rw-r--r--app/models/mute.rb11
1 files changed, 6 insertions, 5 deletions
diff --git a/app/models/mute.rb b/app/models/mute.rb
index 00e5661a7..40fb3f0f2 100644
--- a/app/models/mute.rb
+++ b/app/models/mute.rb
@@ -3,11 +3,12 @@
 #
 # Table name: mutes
 #
-#  id                :integer          not null, primary key
-#  account_id        :integer          not null
-#  target_account_id :integer          not null
-#  created_at        :datetime         not null
-#  updated_at        :datetime         not null
+#  id                 :integer          not null, primary key
+#  account_id         :integer          not null
+#  target_account_id  :integer          not null
+#  created_at         :datetime         not null
+#  updated_at         :datetime         not null
+#  hide_notifications :boolean          default(FALSE), not null
 #
 
 class Mute < ApplicationRecord