summaryrefslogtreecommitdiff
path: root/packages/backend/src/core/UserRenoteMutingService.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* implement QuantumKVCache.setMany and QuantumKVCache.seleteManyHazelnoot2025-06-091-3/+1
|
* convert many RedisKVCaches to QuantumKVCache or MemoryKVCacheHazelnoot2025-06-091-5/+4
|
* fix(backend): ↵かっこかり2024-07-181-0/+52
リノートミュートがキャッシュが切れるまで効かない問題を修正 (#14242) * Fix: RenoteMuteがキャッシュが切れるまで効かない問題を修正 (cherry picked from commit e9601029b52e0ad43d9131b555b614e56c84ebc1) * update changelog * :art: * remove unused import * 消したときもキャッシュを飛ばすように * lint --------- Co-authored-by: mattyatea <mattyacocacora0@gmail.com>