File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
server/plugins/com.msgbyte.livekit/web/plugins/com.msgbyte.livekit Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class PluginManager {
2424 const installedPlugins = _uniqBy (
2525 [ ...builtinPlugins , ...( await this . getInstalledPlugins ( ) ) ] ,
2626 'name'
27- ) ;
27+ ) ; // 基于名称去重,确保不会重复安装插件
2828
2929 const plugins = installedPlugins . map ( ( { name, url } ) => ( {
3030 name,
Original file line number Diff line number Diff line change 33 "name" : " com.msgbyte.livekit" ,
44 "url" : " {BACKEND}/plugins/com.msgbyte.livekit/index.js" ,
55 "icon" : " {BACKEND}/plugins/com.msgbyte.livekit/assets/icon.png" ,
6+ "documentUrl" : " https://tailchat.msgbyte.com/docs/advanced-usage/plugins/com.msgbyte.livekit" ,
67 "version" : " 0.0.0" ,
78 "author" : " moonrailgun" ,
89 "description" : " Add livekit to provide meeting and live streaming feature" ,
You can’t perform that action at this time.
0 commit comments