mirror of
https://github.com/lklynet/hypermind.git
synced 2026-05-03 09:30:36 +00:00
real global chat fix :)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const crypto = require("crypto");
|
||||
|
||||
const TOPIC_NAME = process.env.TOPIC_NAME || "hypermind-lklynet-v2";
|
||||
const TOPIC_NAME = process.env.TOPIC_NAME || "hypermind-lklynet-v1";
|
||||
const TOPIC = crypto.createHash("sha256").update(TOPIC_NAME).digest();
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user