Merge branch 'master' into develop

This commit is contained in:
Pieter Vander Vennet 2025-02-10 01:59:14 +01:00
commit 85d5fceca3
17 changed files with 191 additions and 40 deletions

View file

@ -20,7 +20,7 @@ export default class StudioServer {
>
public isDirect: boolean
constructor(url: string, userId: Store<number | undefined>, isDirect: boolean) {
constructor(url: string, userId: Store<number | undefined>) {
this.url = url
this._userId = userId
this.overview = UIEventSource.FromPromiseWithErr(this.fetchOverviewRaw())