summaryrefslogtreecommitdiff
path: root/packages/backend/src/core/ChannelFollowingService.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* move QuantumKVCache to a separate fileHazelnoot2025-06-091-1/+1
|
* implement QuantumKVCache.setMany and QuantumKVCache.seleteManyHazelnoot2025-06-091-1/+0
|
* convert many RedisKVCaches to QuantumKVCache or MemoryKVCacheHazelnoot2025-06-091-15/+15
|
* chore: add missing SPDX ID and workflow check (#13570)zyoshoka2024-03-131-0/+5
| | | | | | | | | | | * chore: add workflow which checks if SPDX ID exists * chore: add missing SPDX ID in some files * chore: change trigger condition * chore: trigger on push * lint
* Fix: ↵おさむのひと2023-10-271-0/+104
チャンネルのフォロー・アンフォローの反映速度を改善 (#12149) * チャンネルのフォロー・アンフォローの反映速度を改善 * fix lint * userFollowingChannelsCacheの場所をCacheServiceからChannelFollowingServiceに移動 --------- Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>