fix(rotf): use global rotf_tz as volume fallback

This commit is contained in:
NecRaul 2026-06-16 01:12:41 +04:00
parent efa43f891b
commit 436f0ae7f2
No known key found for this signature in database

View file

@ -2328,7 +2328,7 @@ class AuthSrv(object):
zs = vol.flags.get("rotf")
if zs:
use = True
lim.set_rotf(zs, vol.flags.get("rotf_tz") or "UTC")
lim.set_rotf(zs, vol.flags.get("rotf_tz", self.args.rotf_tz) or "UTC")
zs = vol.flags.get("maxn")
if zs: