Create comment on replied mastodon statutes
authorChocobozzz <me@florianbigard.com>
Fri, 22 Dec 2017 08:14:50 +0000 (09:14 +0100)
committerChocobozzz <me@florianbigard.com>
Fri, 22 Dec 2017 08:14:50 +0000 (09:14 +0100)
commit6d8524702874120a4667269a81a61e3c7c5e300d
treea462d95c56b558a4cfc42db08ec1cb66b1f99680
parentfb4fd623d5e5adcfdc9ecf3dffef702b3786f486
Create comment on replied mastodon statutes
13 files changed:
client/yarn.lock
package.json
server/controllers/api/videos/comment.ts [new file with mode: 0644]
server/helpers/custom-validators/activitypub/activity.ts
server/helpers/custom-validators/activitypub/video-comments.ts [new file with mode: 0644]
server/initializers/constants.ts
server/initializers/database.ts
server/lib/activitypub/process/process-create.ts
server/models/video/video-comment.ts [new file with mode: 0644]
server/models/video/video.ts
shared/models/activitypub/activity.ts
shared/models/activitypub/objects/video-comment-object.ts [new file with mode: 0644]
yarn.lock