summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/endpoints/following/update-all.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* normalize userFollowingsCache / userFollowersCache and add ↵Hazelnoot2025-06-091-0/+4
| | | | hibernatedUserCache to reduce the number of cache-clears and allow use of caching in many more places
* (re) update SPDX-FileCopyrightTexttamaina2024-02-131-1/+1
| | | | Fix #13290
* Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-1/+1
| | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
* update SPDX-FileCopyrightTextsyuilo2024-02-121-1/+1
|
* すべてのフォロー中の人のwithRepliesを変える機能 (#12049)anatawa122023-10-211-0/+54
* feat: endpoint to update all following * feat(frontend): change show replies for all * docs(changelog): すでにフォローしたすべての人の返信をTLに追加できるように * fix: cancel not working