Fix angular build
This commit is contained in:
parent
a2c5cd4a03
commit
851e808dc9
2 changed files with 2 additions and 2 deletions
|
@ -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 () {
|
||||
|
|
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue