v0.7.0
Minor Changes
-
26f6fd5: - feat: Updated
FrameMetadataType
to supporttarget
for buttonpost
andpost_redirect
actions. By @HashWarlock @Zizzamia #130 #136Note:
In this release we update theFrameMetadataType
so that it supports the latest Handling Clicks Frames specification.If the button clicked is a
post
orpost_redirect
, apps must:- Construct a Frame Signature Packet.
- POST the packet to
fc:frame:button:$idx:target
if present - POST the packet to
fc:frame:post_url if target
was not present. - POST the packet to or the frame's embed URL if neither target nor action were present.
- Wait at least 5 seconds for a response from the frame server.