You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
The back-end logic most likely fully exists (that is, usePreviewUpdateCurrentSubscription and useUpdateCurrentSubscription just do their job for negative changes), so it's probably only some front-end work missing.
In https://github.com/sourcegraph/self-serve-cody/issues/791, we only allow increasing seat counts, but there is no way to decrease them.
We also don't have designs for this yet.
The back-end logic most likely fully exists (that is,
usePreviewUpdateCurrentSubscriptionanduseUpdateCurrentSubscriptionjust do their job for negative changes), so it's probably only some front-end work missing.