1
0
Fork 0

Fix angular build

This commit is contained in:
Chocobozzz 2022-03-22 18:18:01 +01:00
parent a2c5cd4a03
commit 851e808dc9
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ export class PreviewUploadComponent implements OnInit, ControlValueAccessor {
}
getReactiveFileButtonTooltip () {
return $localize`(extensions: ${this.videoImageExtensions}, ${this.maxSizeText}: ${this.maxVideoImageSizeInBytes})`
return $localize`(extensions: ${this.videoImageExtensions}, ${this.maxSizeText}\: ${this.maxVideoImageSizeInBytes})`
}
ngOnInit () {

View File

@ -685,7 +685,7 @@ async function prepareNotificationsTest (serversCount = 3, overrideConfigArg: an
await setDefaultChannelAvatar(servers)
await setDefaultAccountAvatar(servers)
await servers[1].config.enableStudio()
if (servers[1]) await servers[1].config.enableStudio()
if (serversCount > 1) {
await doubleFollow(servers[0], servers[1])