1
0
Fork 0
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:
Chocobozzz 2025-09-16 14:36:37 +02:00
parent 94e55dfc6c
commit 135d5c7363
No known key found for this signature in database
GPG key ID: 583A612D890159BE
185 changed files with 5457 additions and 2631 deletions

View file

@ -66,7 +66,7 @@ class MockSmtpServer {
async kill () {
if (!this.maildev) return
if (this.relayingEmail) {
if (this.relayingEmail !== undefined) {
await this.relayingEmail
}