mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Share: shorter IDs
This commit is contained in:
@@ -20,6 +20,7 @@ type UidScope =
|
||||
| 'persona-simple'
|
||||
| 'processing-queue-task'
|
||||
| 'server-storage-deletion-key'
|
||||
| 'server-storage-id'
|
||||
| 'server-storage-owner'
|
||||
| 'snackbar-item'
|
||||
;
|
||||
|
||||
@@ -113,6 +113,7 @@ export const storagePutProcedure =
|
||||
deletionKey: true,
|
||||
},
|
||||
data: {
|
||||
id: agiUuid('server-storage-id'),
|
||||
ownerId: ownerId || agiUuid('server-storage-owner'),
|
||||
visibility: LinkStorageVisibility.UNLISTED,
|
||||
dataType,
|
||||
|
||||
Reference in New Issue
Block a user