mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Fix muted accounts on overviews
This commit is contained in:
parent
d88c490d38
commit
52a350a15c
2 changed files with 44 additions and 15 deletions
|
@ -114,6 +114,7 @@ async function getVideos (
|
|||
sort: '-createdAt',
|
||||
includeLocalVideos: true,
|
||||
nsfw: buildNSFWFilter(res),
|
||||
user: res.locals.oauth ? res.locals.oauth.token.User : undefined,
|
||||
withFiles: false,
|
||||
countVideos: false
|
||||
}, where)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue