about summary refs log tree commit diff
path: root/app/models/status.rb
diff options
context:
space:
mode:
authorFire Demon <firedemon@creature.cafe>2020-08-01 21:28:23 -0500
committerFire Demon <firedemon@creature.cafe>2020-08-30 05:45:17 -0500
commit041243a3c94c0bb72e3dfccd98e16ab5de9ec2f1 (patch)
tree1bc00183df2347f24e81e83edb494680fc0955e2 /app/models/status.rb
parent3e57d03573d267e54da66effdd502b3372f4bbd9 (diff)
[Feature, Partial] Add backend support for additional publishing and customization options
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 = []