mattn / bsky

A cli application for bluesky social
269 stars 26 forks source link

Write bgs to config on login #27

Closed lxcode closed 4 months ago

lxcode commented 5 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 4 months ago

Thank you