@@ -116,8 +116,6 @@ function setCachedResponse(cacheKey, text) {
llmResponseCache.set(cacheKey, { text, at: Date.now() })
}
function sha256(value)
function sha256(value) {
return createHash('sha256').update(value).digest('hex')
The note is not visible to the blocked user.