kopia lustrzana https://github.com/iv-org/invidious
Fix statistics misreporting register allow state
rodzic
b7eba3bc17
commit
f2cc16009f
|
@ -42,7 +42,7 @@ class Invidious::Jobs::StatisticsRefreshJob < Invidious::Jobs::BaseJob
|
||||||
"version" => @software_config["version"],
|
"version" => @software_config["version"],
|
||||||
"branch" => @software_config["branch"],
|
"branch" => @software_config["branch"],
|
||||||
}
|
}
|
||||||
STATISTICS["openRegistration"] = CONFIG.registration_enabled
|
STATISTICS["openRegistrations"] = CONFIG.registration_enabled
|
||||||
end
|
end
|
||||||
|
|
||||||
private def refresh_stats
|
private def refresh_stats
|
||||||
|
|
Ładowanie…
Reference in New Issue