]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/tests/api/videos/video-channels.ts
Update channel updatedAt when uploading a video
authorChocobozzz <me@florianbigard.com>
Fri, 7 May 2021 15:14:39 +0000 (17:14 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 10 May 2021 07:38:11 +0000 (09:38 +0200)
commite024fd6a7494b37251da1d59470324305cdb4129
treee39b8c4b1bd8ba38936f0657e485358fc10b9050
parent1e0741d16545ea720d04b566a808853b3975ea7f
Update channel updatedAt when uploading a video
12 files changed:
server/controllers/api/videos/index.ts
server/helpers/database-utils.ts
server/lib/activitypub/actor.ts
server/lib/activitypub/videos.ts
server/models/account/account.ts
server/models/activitypub/actor.ts
server/models/video/video-channel.ts
server/models/video/video.ts
server/tests/api/videos/video-channels.ts
shared/models/actors/account.model.ts
shared/models/actors/actor.model.ts
shared/models/videos/channel/video-channel.model.ts