Just a quick update on Lemoa (Gtk client for Lemmy), which I posted about a week ago. It can now be installed via Flathub and now supports the most important authentication features such as writing, editing, and voting posts and comments as well as viewing the notificaiton inbox and writing or reading private messages.
I tried building lemoa with simple
cargo build
, and it says it needs libadwaita 🤔Yes, that’s a dependency of the relm4 crate we’re using, I haven’t yet figured out if we can disable it. The app doesn’t use any libadwaita component though.