Share: shorter IDs

This commit is contained in:
Enrico Ros
2024-08-17 16:11:33 -07:00
parent 07665ece59
commit 77596ffdfb
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@ type UidScope =
| 'persona-simple'
| 'processing-queue-task'
| 'server-storage-deletion-key'
| 'server-storage-id'
| 'server-storage-owner'
| 'snackbar-item'
;
+1
View File
@@ -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,