]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/models/video/sql/comment/video-comment-list-query-builder.ts
Use raw sql for comments
authorChocobozzz <me@florianbigard.com>
Thu, 5 Jan 2023 14:31:51 +0000 (15:31 +0100)
committerChocobozzz <me@florianbigard.com>
Mon, 9 Jan 2023 08:29:02 +0000 (09:29 +0100)
commitcde3d90ded5debb24281a444eabb720b721e5600
tree9ad93c2228b980863d06fea45e3c0b04003ede2a
parent458685e0d039a0ad3fa4f26d99746f7d6d0b40e9
Use raw sql for comments
server/controllers/activitypub/client.ts
server/controllers/api/videos/comment.ts
server/lib/video-comment.ts
server/models/shared/model-builder.ts
server/models/utils.ts
server/models/video/sql/comment/video-comment-list-query-builder.ts [new file with mode: 0644]
server/models/video/sql/comment/video-comment-table-attributes.ts [new file with mode: 0644]
server/models/video/video-comment.ts
server/tests/api/videos/video-comments.ts