mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-19 16:56:12 +01:00
Merge remote-tracking branch 'origin/feat/E2EE' into feat/E2EE
# Conflicts: # client/src/components/Nav/SettingsTabs/Chat/EncryptionPassphrase.tsx # client/src/hooks/SSE/useSSE.ts # packages/data-provider/src/types.ts
This commit is contained in:
commit
d4621c3ea8
2 changed files with 132 additions and 0 deletions
|
|
@ -505,6 +505,7 @@ export type TMessage = z.input<typeof tMessageSchema> & {
|
|||
siblingIndex?: number;
|
||||
attachments?: TAttachment[];
|
||||
clientTimestamp?: string;
|
||||
messageEncryptionIV?: string;
|
||||
};
|
||||
|
||||
export const coerceNumber = z.union([z.number(), z.string()]).transform((val) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue