about summary refs log tree commit diff
path: root/app/models/status.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/status.rb')
-rw-r--r--app/models/status.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/status.rb b/app/models/status.rb
index 82be3ec85..fab3644a4 100644
--- a/app/models/status.rb
+++ b/app/models/status.rb
@@ -171,6 +171,7 @@ class Status < ApplicationRecord
     unlisted: 3,
     public: 4,
   }.with_indifferent_access.freeze
+  TIMER_VALUES = [0, 5, 10, 15, 30, 60, 120, 180, 360, 720, 1440].freeze
 
   def searchable_by(preloaded = nil)
     ids = []