Content
@
https://warpcast.com/~/channel/frames-v2
0 reply
0 recast
0 reaction
Kasra Rahjerdi
@jc4p
has anyone else encountered frame.sdk.context.user changing payload data? it used to return { fid, username } it now seems to be returning an object which inside of it has a user object which inside of it has { fid, username } // cc @linda @deodad
4 replies
2 recasts
6 reactions
Samuel ツ
@samuellhuber.eth
Not aware of any change there personally. export type FrameContext = { user: { fid: number; username?: string; displayName?: string; pfpUrl?: string; }; location?: FrameLocationContext; client: { clientFid: number; added: boolean; safeAreaInsets?: SafeAreaInsets; notificationDetails?: FrameNotificationDetails; }; }; Is what it should return according to the FIP https://github.com/farcasterxyz/protocol/discussions/205
0 reply
0 recast
6 reactions