mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix user notifications on new follow
This commit is contained in:
@@ -408,9 +408,7 @@ export class PluginManager implements ServerHook {
|
||||
private async regeneratePluginGlobalCSS () {
|
||||
await this.resetCSSGlobalFile()
|
||||
|
||||
for (const key of Object.keys(this.getRegisteredPlugins())) {
|
||||
const plugin = this.registeredPlugins[key]
|
||||
|
||||
for (const plugin of this.getRegisteredPlugins()) {
|
||||
await this.addCSSToGlobalFile(plugin.path, plugin.css)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user