[Drafts] Storage fixes (#9790)
* delete media from existsCache when deleting * revoke media URLs * skip revoking objecturls until the composer is completely closed * [Drafts] Metrics (#9794) * metrics for drafts * Nit: format * nit: use new util for clarity * nit: use new util for clarity --------- Co-authored-by: Eric Bailey <git@esb.lol> --------- Co-authored-by: Eric Bailey <git@esb.lol>
This commit is contained in:
@@ -128,6 +128,7 @@ export function useComposeIntent() {
|
||||
openComposer({
|
||||
text: text ?? undefined,
|
||||
videoUri: {uri, width: Number(width), height: Number(height)},
|
||||
logContext: 'Deeplink',
|
||||
})
|
||||
return
|
||||
}
|
||||
@@ -153,6 +154,7 @@ export function useComposeIntent() {
|
||||
openComposer({
|
||||
text: text ?? undefined,
|
||||
imageUris: IS_NATIVE ? imageUris : undefined,
|
||||
logContext: 'Deeplink',
|
||||
})
|
||||
}, 500)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user