Skip to content
Snippets Groups Projects
Verified Commit 67f977f4 authored by Zero Calorie's avatar Zero Calorie
Browse files

fix: return getfromdb when FanoutTimeline is not enabled

parent 60be692a
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
this.activeUsersChart.read(me);
await this.noteEntityService.packMany(timeline, me);
return await this.noteEntityService.packMany(timeline, me);
}
const timeline = await this.fanoutTimelineEndpointService.timeline({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment