mirror of https://github.com/Chocobozzz/PeerTube
Fix old auto blacklist notifications
parent
00aab0666c
commit
43d35494b5
|
@ -113,6 +113,9 @@ export class UserNotification implements UserNotificationServer {
|
||||||
|
|
||||||
case UserNotificationType.VIDEO_AUTO_BLACKLIST_FOR_MODERATORS:
|
case UserNotificationType.VIDEO_AUTO_BLACKLIST_FOR_MODERATORS:
|
||||||
this.videoAutoBlacklistUrl = '/admin/moderation/video-auto-blacklist/list'
|
this.videoAutoBlacklistUrl = '/admin/moderation/video-auto-blacklist/list'
|
||||||
|
// Backward compatibility where we did not assign videoBlacklist to this type of notification before
|
||||||
|
if (!this.videoBlacklist) this.videoBlacklist = { id: null, video: this.video }
|
||||||
|
|
||||||
this.videoUrl = this.buildVideoUrl(this.videoBlacklist.video)
|
this.videoUrl = this.buildVideoUrl(this.videoBlacklist.video)
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue