mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-02-03 23:17:26 +01:00
meを渡し忘れている
This commit is contained in:
parent
a631b976c9
commit
638dfdd9f2
1 changed files with 1 additions and 0 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue