mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 02:36:32 +02:00
fix: use ftt for outbox (#15819)
* fix: use ftt for outbox * chore: check for enableFanoutTimeline * lint: fix lint
This commit is contained in:
@@ -54,7 +54,7 @@ export class FanoutTimelineEndpointService {
|
||||
}
|
||||
|
||||
@bindThis
|
||||
private async getMiNotes(ps: TimelineOptions): Promise<MiNote[]> {
|
||||
async getMiNotes(ps: TimelineOptions): Promise<MiNote[]> {
|
||||
// 呼び出し元と以下の処理をシンプルにするためにdbFallbackを置き換える
|
||||
if (!ps.useDbFallback) ps.dbFallback = () => Promise.resolve([]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user