1
0
Fork 0
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:
Chocobozzz 2020-11-10 11:06:36 +01:00
parent d88c490d38
commit 52a350a15c
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 44 additions and 15 deletions

View file

@ -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)