aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/plugins/plugin.service.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-04-16 16:12:10 +0200
committerChocobozzz <me@florianbigard.com>2020-04-16 16:13:28 +0200
commit891bc2ffadd5dedae316fcc80856ff859e6f8336 (patch)
tree3fb13974f119a87d6fa45b4bcb8114ac34e00afa /client/src/app/core/plugins/plugin.service.ts
parent5600def4c87d3e6b7724489c9c4415778ea014d3 (diff)
downloadPeerTube-891bc2ffadd5dedae316fcc80856ff859e6f8336.tar.gz
PeerTube-891bc2ffadd5dedae316fcc80856ff859e6f8336.tar.zst
PeerTube-891bc2ffadd5dedae316fcc80856ff859e6f8336.zip
Support rel="me" links in markdown
Diffstat (limited to 'client/src/app/core/plugins/plugin.service.ts')
-rw-r--r--client/src/app/core/plugins/plugin.service.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/core/plugins/plugin.service.ts b/client/src/app/core/plugins/plugin.service.ts
index b4ed56cbe..039fd6ff1 100644
--- a/client/src/app/core/plugins/plugin.service.ts
+++ b/client/src/app/core/plugins/plugin.service.ts
@@ -12,7 +12,8 @@ import { ClientHook, ClientHookName, clientHookObject } from '@shared/models/plu
12import { PluginClientScope } from '@shared/models/plugins/plugin-client-scope.type' 12import { PluginClientScope } from '@shared/models/plugins/plugin-client-scope.type'
13import { RegisterClientHookOptions } from '@shared/models/plugins/register-client-hook.model' 13import { RegisterClientHookOptions } from '@shared/models/plugins/register-client-hook.model'
14import { HttpClient } from '@angular/common/http' 14import { HttpClient } from '@angular/common/http'
15import { AuthService, Notifier } from '@app/core' 15import { AuthService } from '@app/core/auth'
16import { Notifier } from '@app/core/notification'
16import { RestExtractor } from '@app/shared/rest' 17import { RestExtractor } from '@app/shared/rest'
17import { PluginType } from '@shared/models/plugins/plugin.type' 18import { PluginType } from '@shared/models/plugins/plugin.type'
18import { PublicServerSetting } from '@shared/models/plugins/public-server.setting' 19import { PublicServerSetting } from '@shared/models/plugins/public-server.setting'