Support customSocketOverride value for websocket. Closes #2225

This commit is contained in:
Gabe Kangas
2022-10-18 20:40:57 -07:00
parent 0c127a65ce
commit e75b20d6ca
3 changed files with 12 additions and 24 deletions

View File

@@ -16,6 +16,7 @@ export interface ClientConfig {
federation: Federation;
notifications: Notifications;
authentication: Authentication;
socketHostOverride?: string;
}
interface Authentication {