add push notif details to client config

This commit is contained in:
Gigiaj 2025-06-08 20:46:31 -05:00
parent e38eeb30bd
commit af705f6785

View file

@ -10,6 +10,12 @@ export type ClientConfig = {
homeserverList?: string[];
allowCustomHomeservers?: boolean;
pushNotificationDetails?: {
pushNotifyUrl?: string;
vapidPublicKey?: string;
webPushAppID?: string;
};
featuredCommunities?: {
openAsDefault?: boolean;
spaces?: string[];