Merge branch 'develop' into feat/google-play-reviews

This commit is contained in:
Muhsin Keloth
2026-05-22 09:03:26 +04:00
committed by GitHub
108 changed files with 5051 additions and 107 deletions
@@ -36,11 +36,18 @@ export function useConfig() {
*/
const enterprisePlanName = config.enterprisePlanName;
/**
* Indicates whether inbox webhook events (ENABLE_INBOX_EVENTS) are enabled.
* @type {boolean}
*/
const inboxEventsEnabled = config.inboxEventsEnabled === 'true';
return {
hostURL,
vapidPublicKey,
enabledLanguages,
isEnterprise,
enterprisePlanName,
inboxEventsEnabled,
};
}