mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-04 14:57:42 +00:00
The pendingEvents replay path in useResumableSSE was dispatching pii_matches events through contentHandler instead of piiMatchesHandler, so a warn-mode toast would silently fail when the subscriber connected after the event was buffered. Added the missing branch alongside the existing live-stream check. The starterPatterns comment in librechat.example.yaml claimed an omitted field enables all five starter ids, but the default actually selects only the low-false-positive set (sk_prefix, bearer_header, api_key_header). The query-param patterns (api_key_query, key_query) require explicit opt-in. Rewrote the comment to match the resolver in selectStarterPatterns. |
||
|---|---|---|
| .. | ||
| public | ||
| scripts | ||
| src | ||
| test | ||
| babel.config.cjs | ||
| check_updates.sh | ||
| index.html | ||
| jest.config.cjs | ||
| nginx.conf | ||
| package.json | ||
| postcss.config.cjs | ||
| tailwind.config.cjs | ||
| tsconfig.json | ||
| vite.config.ts | ||