An easy-to-host PDS on the ATProtocol, iPhone and MacOS. Maintain control of your keys and data, always.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: remove no-op identity transformation in loadHomeData

The .then((data) => data) wrapping invoke<HomeData>('load_home_data') adds no value —
invoke<HomeData>() already returns Promise<HomeData>. Removed the unnecessary chaining.

authored by

Malpercio and committed by
Tangled
4eaa6da1 b94ea83d

+1 -1
+1 -1
apps/identity-wallet/src/lib/ipc.ts
··· 217 217 * Always resolves — never rejects. Partial failures encoded in HomeData fields. 218 218 */ 219 219 export const loadHomeData = (): Promise<HomeData> => 220 - invoke<HomeData>('load_home_data').then((data) => data); 220 + invoke<HomeData>('load_home_data'); 221 221 222 222 /** 223 223 * Clear OAuth access token, refresh token, and DID from Keychain and wipe