mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-14 19:20:28 +03:00
add push notif details to client config
This commit is contained in:
parent
e38eeb30bd
commit
af705f6785
1 changed files with 6 additions and 0 deletions
|
|
@ -10,6 +10,12 @@ export type ClientConfig = {
|
||||||
homeserverList?: string[];
|
homeserverList?: string[];
|
||||||
allowCustomHomeservers?: boolean;
|
allowCustomHomeservers?: boolean;
|
||||||
|
|
||||||
|
pushNotificationDetails?: {
|
||||||
|
pushNotifyUrl?: string;
|
||||||
|
vapidPublicKey?: string;
|
||||||
|
webPushAppID?: string;
|
||||||
|
};
|
||||||
|
|
||||||
featuredCommunities?: {
|
featuredCommunities?: {
|
||||||
openAsDefault?: boolean;
|
openAsDefault?: boolean;
|
||||||
spaces?: string[];
|
spaces?: string[];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue