You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Users want to send longer texts in multiple casts.
Implementation Ideas
We currently have no model of sending a bunch of casts that belong together in a row. Threading support means we have to wait for the first cast to be sent to the Farcaster protocol, and then we send the next casts as a reply to it.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Users want to send longer texts in multiple casts.
Implementation Ideas
We currently have no model of sending a bunch of casts that belong together in a row. Threading support means we have to wait for the first cast to be sent to the Farcaster protocol, and then we send the next casts as a reply to it.
The text was updated successfully, but these errors were encountered: