Alex Kirk
Alex Kirk
The current plugin version here is actually not really helpful but I see @pkevan on the right track: we need an extra API request. [As I mentioned above](https://github.com/WordPress/wordpress-playground/pull/1538#issuecomment-2188636400), the "correct...
There is a function [`wp_download_language_pack()`](https://developer.wordpress.org/reference/functions/wp_download_language_pack/) that should do the trick.
For reference, I cooked up this little piece of PHP code to install a language pack: ```php function install_language_pack( $type, $slug, $lang ) { if ( ! in_array( $type, [...
I'd chime in to the ask for bringing back options to hide some “visual clutter" such as profile images and favicons. In 2.1.0, when you turn off large titles, the...
> Setting to disable user avatars sounds reasonable. However, don't expect it to impact the tap target area much. The button that contains the username is basically the smallest that...
> There are already differences between the way stories are displayed based on where they appear, but I do try to keep those differences to a minimum for maintainability reasons....
> Settings for toggling both favicons and user avatars has been added in https://github.com/Mosc/Glider/commit/61d883cc0cedc8063f1c8add8361f4f66ed94308! I recommend setting the theme variant to monochrome for an optimally boring look. 😄 Thank you!...
For https://github.com/akirk/friends/issues/399 it would be interesting to save this in a non-namespaced user option so that both Friends and EMA can set it.
Actually Friends doesn't sent out updates, [this bug is in the ActivityPub plugin](https://github.com/Automattic/wordpress-activitypub/blame/trunk/includes/class-activity-dispatcher.php#L135) @mattwiebe, could you create an issue over there? Thanks!
Currently there is no concept of read or unread. It might be interesting to implement this alongside https://github.com/akirk/enable-mastodon-apps/issues/186. I think it could be done with a setting that reads a...