mirror of
https://github.com/tiennm99/claude-status-webhook.git
synced 2026-04-17 17:21:05 +00:00
refactor: rename queue to claude-status and remove KV key prefix
Namespace provides scoping, prefix on KV key is redundant.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const KV_KEY = "claude-status:subscribers";
|
||||
const KV_KEY = "subscribers";
|
||||
|
||||
/**
|
||||
* Build composite key: "chatId" or "chatId:threadId" for supergroup topics
|
||||
|
||||
Reference in New Issue
Block a user