morpho-app / Morpho

Fast, flexible Kotlin Multiplatform client for Bluesky
Apache License 2.0
18 stars 2 forks source link

Token refresh, open-in-browser crash fixes. #30

Closed orual closed 5 months ago

orual commented 5 months ago

Think I fixed the token refresh problems finally.

Fixed the crash on opening a web link on Linux (execs "xdg-open" or the MacOS equivalent instead of making the built-in API call, which seems to be Windows-only).

Also some work in the post composer, and fixing a follow-on bug to the new thread logic.