131 post kind on user page without oauth

This commit is contained in:
juzz
2021-01-28 08:41:56 +11:00
parent 1f296ec3aa
commit 7555a3c75e
4 changed files with 37 additions and 13 deletions
-1
View File
@@ -11,7 +11,6 @@ const express = require('express')
const cookieParser = require('cookie-parser')
const r = require('redis')
const redis = (() => {
if (!config.redis_enabled) {
// Stub Redis if disabled