parent
66165b1935
commit
648be3005f
2 changed files with 3 additions and 2 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue