update stream time

This commit is contained in:
Kiara Grouwstra 2023-01-23 22:29:47 +01:00
parent 878af971b9
commit 2082cace93
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class MainController < ApplicationController
end
def stream
start = Time.new(2021, 11, 7, 13, 30, 0, "+01:00")
start = Time.new(2023, 01, 28, 13, 0, 0, "+01:00")
@running = false
if Time.now > start or @user.moderator
@user.update(presence: true)