From 6aadc81405b11b56822fd39586515eecb2633a51 Mon Sep 17 00:00:00 2001 From: Jimmy Domagala-Tang Date: Mon, 13 Apr 2026 07:13:37 -0700 Subject: [PATCH] feat: sending ai usage quota to WF during sync (#32381) GitOrigin-RevId: 0bd5eec1f5f940e3245d9fa22f01dcf69b2b45d6 --- services/web/app/src/Features/Subscription/FeaturesUpdater.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/app/src/Features/Subscription/FeaturesUpdater.mjs b/services/web/app/src/Features/Subscription/FeaturesUpdater.mjs index e3b94499c5..61dbb23ce8 100644 --- a/services/web/app/src/Features/Subscription/FeaturesUpdater.mjs +++ b/services/web/app/src/Features/Subscription/FeaturesUpdater.mjs @@ -117,6 +117,7 @@ async function refreshFeatures(userId, reason) { userOverleafId: userId, // todo: quota clean-up: collab with writefull to rename this, and check if still needed hasAiAssist: hasPremiumAiFeatures, + aiUsageQuota: newFeatures.aiUsageQuota, }, method: 'POST', }