Added some features to #SmolFedi v1.0.5 :

Bookmarks list

Direct messages list

Followers/Following list for a profile

Removed too recent emojis, not compatible with #dillo

https://codeberg.org/adele/smolfedi

smolfedi

A lightweight, no-JavaScript Fediverse client written in PHP.

Codeberg.org

@adele hey, noob debian (trixie) question ; just c/c & configured smolfedi for test and end up with error `PHP message: PHP Fatal error: Uncaught PDOException: could not find driver in /foo/db.php:7`

I guess I'm missing the mentioned "pdo_sqlite PHP extension" ; I installed php-db, was I wrong assuming it was the one ?

@otyugh

apt install php-sqlite3 php-curl

@adele that was it. Feels pretty obvious now. Php. Sqlite. CONNECT >_>