Replies: 2 comments
-
support for |
Beta Was this translation helpful? Give feedback.
0 replies
-
Shipped |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Introduce a new Mini App Action called
composeCast
for composing casts. This is a widely popular action that apps implement withopenUrl
+ Warpcast Compose Cast Intent URLs which won't work in other clients. It should be a first class action.Action
composeCast
Options
Mentions can be written directly into the body using the human writable syntax (e.g. 'hello @deodad'). Hosts should attempt to parse mentions from the body.
Return Value
The action will return information about a cast if one was created.
Open Questions
close
with a default false (e.g. app devs must opt into a close otherwise minimize is assumed) the right semantics here? alternative:minimize
which is default false (e.g. app devs must opt into a minimize other close is assumed)Beta Was this translation helpful? Give feedback.
All reactions