feat: New one-click Home Server, now in Labs. Launch your own self-hosted server instance with just 1 click from the Preferences window. (#2645)

This commit is contained in:
Karol Sójko
2023-11-30 18:31:45 +01:00
committed by GitHub
parent a928bcf359
commit 17039cbb80
321 changed files with 3758 additions and 205 deletions

View File

@@ -283,8 +283,8 @@ export class RemoteBridge implements CrossProcessBridge {
return this.homeServerManager.setHomeServerDataLocation(location)
}
async activatePremiumFeatures(username: string): Promise<string | undefined> {
return this.homeServerManager.activatePremiumFeatures(username)
async activatePremiumFeatures(username: string, subscriptionId: number): Promise<string | undefined> {
return this.homeServerManager.activatePremiumFeatures(username, subscriptionId)
}
async isHomeServerRunning(): Promise<boolean> {