Skip to content

Commit

Permalink
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 and camilla-ett committed Jan 2, 2024
1 parent 55caf01 commit 7beda45
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 7beda45

Please sign in to comment.