Fix client links
This commit is contained in:
parent
15ce40778d
commit
6b60a1d852
|
@ -43,7 +43,7 @@ export class NewAutoBlacklistForModerators extends AbstractNotification <MVideoB
|
|||
}
|
||||
|
||||
async createEmail (to: string) {
|
||||
const videoAutoBlacklistUrl = WEBSERVER.URL + '/admin/moderation/video-auto-blacklist/list'
|
||||
const videoAutoBlacklistUrl = WEBSERVER.URL + '/admin/moderation/video-blocklist'
|
||||
const videoUrl = WEBSERVER.URL + this.payload.Video.getWatchStaticPath()
|
||||
const channel = await VideoChannelModel.loadAndPopulateAccount(this.payload.Video.channelId)
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ export class NewPluginVersionForAdmins extends AbstractNotification <MPlugin> {
|
|||
}
|
||||
|
||||
createEmail (to: string) {
|
||||
const pluginUrl = WEBSERVER.URL + '/admin/plugins/list-installed?pluginType=' + this.plugin.type
|
||||
const pluginUrl = WEBSERVER.URL + '/admin/settings/plugins/list-installed?pluginType=' + this.plugin.type
|
||||
|
||||
return {
|
||||
to,
|
||||
|
|
Loading…
Reference in New Issue