mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Do not display deleted comments in RSS feed
This commit is contained in:
@@ -386,7 +386,9 @@ export class VideoCommentModel extends Model<VideoCommentModel> {
|
||||
order: [ [ 'createdAt', 'DESC' ] ] as Order,
|
||||
offset: start,
|
||||
limit: count,
|
||||
where: {},
|
||||
where: {
|
||||
deletedAt: null
|
||||
},
|
||||
include: [
|
||||
{
|
||||
attributes: [ 'name', 'uuid' ],
|
||||
|
||||
Reference in New Issue
Block a user