Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jfa-go/commit/7dcc9b20a163fc6ccdbd942b9644cc550cd99017 You should set ROOT_URL correctly, otherwise the web may not work correctly.

clear user cache when user expires

telegram
Harvey Tindall 4 years ago
parent 754b956206
commit 7dcc9b20a1
No known key found for this signature in database
GPG Key ID: BBC65952848FB1A2

@ -113,6 +113,7 @@ func (app *appContext) checkUsers() {
continue
}
delete(app.storage.users, id)
app.jf.CacheExpiry = time.Now()
if email {
address, ok := app.storage.emails[id]
if !ok {

Loading…
Cancel
Save