This commit is contained in:
MeiMei
2019-12-15 03:35:09 +09:00
committed by syuilo
parent 66165b1935
commit 648be3005f
2 changed files with 3 additions and 2 deletions

View File

@ -26,7 +26,7 @@ module.exports = (server: http.Server) => {
const subscriber = redis.createClient(
config.redis.port, config.redis.host);
subscriber.subscribe('misskey');
subscriber.subscribe(config.host);
ev = new EventEmitter();