Skip to content

Commit

Permalink
fix: #12544 (#12545)
Browse files Browse the repository at this point in the history
* meを渡し忘れている

* fix CHANGELOG.md

* Revert "fix CHANGELOG.md"

This reverts commit aaee4e9.
  • Loading branch information
samunohito authored Dec 2, 2023
1 parent 238e8ce commit 92029ac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
sinceId,
limit: ps.limit,
allowPartial: ps.allowPartial,
me,
redisTimelines: timelineConfig,
useDbFallback: serverSettings.enableFanoutTimelineDbFallback,
noteFilter: (note) => {
Expand Down

0 comments on commit 92029ac

Please sign in to comment.