1
0
forked from mirror/misskey
misskey/packages/backend
anatawa12 a631b976c9
Refine fanout timeline (#12507)
* chore(endpoints/hybrid-timeline): don't pack inside getFromDb

* chore(endpoints/hybrid-timeline): Redisから取得する部分のうちSTLに依存しなそうなところを別のServiceに切り出し

* chore(endpoints/local-timeline): FanoutTimelineEndpointServiceで再実装

* chore(endpoints/channels/timeline): FanoutTimelineEndpointServiceで再実装

* chore(endpoints/timeline): FanoutTimelineEndpointServiceで再実装

* chore(endpoints/user-list-timeline): FanoutTimelineEndpointServiceで再実装

* chore(endpoints/users/notes): FanoutTimelineEndpointServiceで再実装

* chore: add useDbFallback to FanoutTimelineEndpointService.timeline and always true for channel / user note list

* style: fix lint error

* chore: split logic to multiple functions

* chore: implement redis fallback

* chore: 成功率を上げる

* fix: db fallback not working

* feat: allowPartial

* chore(frontend): set allowPartial

* chore(backend): remove fallbackIfEmpty

HTL will never be purged so it's no longer required

* fix: missing allowPartial in channel timeline

* fix: type of timelineConfig in hybrid-timeline

---------

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-12-02 18:25:07 +09:00
..
.vscode
assets Feat: 未読通知数を表示できるように (#11982) 2023-11-01 13:34:05 +09:00
migration feat(frontend): 今日誕生日のフォロー中のユーザーを一覧表示できるウィジェットを追加 (#12450) 2023-11-30 14:49:26 +09:00
nsfw-model
src Refine fanout timeline (#12507) 2023-12-02 18:25:07 +09:00
test fix(backend): 何もノートしていないユーザーのフィードにアクセスするとエラーになる問題を修正 (#12455) 2023-11-26 10:01:06 +09:00
.eslintignore
.eslintrc.cjs
.madgerc
.swcrc
check_connect.js
generate_api_json.js swagger-cli validateがvalidとなるapi.jsonを作れるようにする (#12403) 2023-11-22 17:08:56 +09:00
jest.config.cjs
jsconfig.json
ormconfig.js
package.json update deps 2023-11-27 21:05:20 +09:00
README.md
tsconfig.json
watch.mjs

Misskey Backend