mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
allow muting from the miniature options
initial implementation with a listing refresh except on search results
This commit is contained in:
@@ -444,11 +444,11 @@ export class VideoCommentModel extends Model<VideoCommentModel> {
|
||||
}
|
||||
const accountWhere = accountId
|
||||
? {
|
||||
[Op.and]: {
|
||||
...accountExclusion,
|
||||
[Op.eq]: accountId
|
||||
}
|
||||
[Op.and]: {
|
||||
...accountExclusion,
|
||||
[Op.eq]: accountId
|
||||
}
|
||||
}
|
||||
: accountExclusion
|
||||
|
||||
const videoChannelWhere = videoChannelId ? { id: videoChannelId } : undefined
|
||||
|
||||
Reference in New Issue
Block a user