mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-22 16:11:29 +00:00
Cloudflare KV's list operation is eventually consistent and can lag
behind a fresh write, so pending invites were invisible right after
creation (GET /admin/api/groups/:id/invites returned {invites: []}).
Keep a per-group token index (invite:group:{id}) updated on create,
revoke, accept and expiry; the members panel also inserts the freshly
created invite into the list immediately and copies the absolute link.
|
||
|---|---|---|
| .. | ||
| assets/css | ||
| components | ||
| composables | ||
| pages | ||
| app.vue | ||
| bun.lock | ||
| nuxt.config.ts | ||
| package.json | ||
| types.ts | ||