Pequeña actualización de Pixelfed - Febrero 2023

He actualizado el servidor de picto ya que el creador ha subido algunos cambios:

We just shipped a few federation fixes:

  • Improved comment threading
  • Fixed bug that rejected media with alt text > 255 chars *
  • Fixed bug that ignored remote media alt text
  • Fixed UI bug to display alt text on hover
  • Fixed remote share/reblog notifications
  • Fixed comment counts & notifications

We also added an Alt Text button to the web compose UI to easily add/edit alt text when sharing a new post!

Fuente:

Para actualizar he ejecutado (siguiendo la documentación):

cd /usr/share/webapps/pixelfed/
sudo git pull origin dev
sudo composer install

sudo php artisan config:cache
sudo php artisan route:cache
sudo php artisan migrate --force
sudo systemctl restart pixelfed.service 
1 me gusta