support feedback rewards for unbound users

This commit is contained in:
2569718930@qq.com
2026-06-12 23:17:34 +08:00
parent 568d22ff1d
commit 33fbf17c18
5 changed files with 114 additions and 9 deletions
+7
View File
@@ -1101,6 +1101,13 @@ class SupabaseEntitlementService:
"points_after": after,
}
def grant_points_to_user(
self,
user_id: str,
points: int,
) -> Dict[str, object]:
return self._grant_referral_points(user_id, points)
def _record_referral_resolution_event(
self,
*,