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.
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.