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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/mute.rb b/app/models/mute.rb
index fe8b6f42c..07135b215 100644
--- a/app/models/mute.rb
+++ b/app/models/mute.rb
@@ -9,7 +9,7 @@
 #  hide_notifications :boolean          default(TRUE), not null
 #  account_id         :bigint(8)        not null
 #  target_account_id  :bigint(8)        not null
-#  hide_notifications :boolean          default(TRUE), not null
+#  timelines_only     :boolean          default(FALSE), not null
 #  expires_at         :datetime
 #