hero-org / herocast

herocast is Farcaster’s leading open-source client. Our goal is to decentralize power on the internet, faster.
https://app.herocast.xyz
GNU Affero General Public License v3.0
65 stars 32 forks source link

Add thread support #494

Open hellno opened 2 months ago

hellno commented 2 months ago

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.

hellno commented 2 months ago
image

this is how users write threads on typefully.com