mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Add channel collaborators feature
This commit is contained in:
parent
94e55dfc6c
commit
135d5c7363
185 changed files with 5457 additions and 2631 deletions
|
@ -490,7 +490,7 @@ export class Emailer {
|
|||
}
|
||||
|
||||
private initHandlebarsIfNeeded () {
|
||||
if (this.registeringHandlebars) return this.registeringHandlebars
|
||||
if (this.registeringHandlebars !== undefined) return this.registeringHandlebars
|
||||
|
||||
this.registeringHandlebars = this._initHandlebarsIfNeeded()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue