cache the user-profile lookup results in a list

This commit is contained in:
2026-02-21 15:14:00 -07:00
parent f3152fc414
commit 07ebd1c32f
5 changed files with 39 additions and 2 deletions

View File

@@ -1734,7 +1734,7 @@ export const PlatformServiceMixin = {
/**
* Get data from temp table by ID
* Currently set by main.capacitor.ts storeSharedImageInTempDB()
*
*
* @param id Temporary storage ID
* @returns Promise<Temp | null> Temporary data or null if not found
*/
@@ -1749,7 +1749,7 @@ export const PlatformServiceMixin = {
/**
* Delete data from temp table by ID
*
*
* @param id Temporary storage ID
* @returns Promise<boolean> Success status
*/