mattn / bsky

A cli application for bluesky social
297 stars 33 forks source link

Write bgs to config on login #27

Closed lxcode closed 6 months ago

lxcode commented 8 months ago

Bgs wasn't getting written to the config file, making it so it would fall back to Host. This broke streaming, since it tried to stream from bsky.social instead of bsky.network.

Also switch to os.WriteFile, since that's what ioutil passes to anyway.

mattn commented 6 months ago

Thank you