Update server dependencies
This commit is contained in:
parent
982f2fc9b4
commit
faa9d434b4
25 changed files with 1675 additions and 1473 deletions
|
@ -55,7 +55,7 @@ async function getActorsInvolvedInVideo (video: MVideoId, t: Transaction) {
|
|||
|
||||
const videoAll = video as VideoModel
|
||||
|
||||
const videoActor = videoAll.VideoChannel && videoAll.VideoChannel.Account
|
||||
const videoActor = videoAll.VideoChannel?.Account
|
||||
? videoAll.VideoChannel.Account.Actor
|
||||
: await ActorModel.loadFromAccountByVideoId(video.id, t)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue