Hola!
Tras la migración creo que picto no está federando bien y no le llegan las nuevas publicaciones remotas. Aunque si se busca sí se encuentra las publicaciones.
Parece que es algún bug introducido en los últimos cambios:
abierto 10:42PM - 10 Nov 25 UTC
🕸️ Federation
### Description
I updated my instance to the latest code of the dev branch a co… uple of days ago, and I noticed that posts stopped coming through from remote instances. I could force an update, so it seemed like an issue with incoming connections.
After looking at the logs and the horizon metrics, I noticed that the shared queue was still actively processing events, but nothing was ending up in the database. The laravel.log only contained the following line again and again:
```
ActivityHandler: No username provided, skipping job
```
After looking at the data of a completed job in horizon, it indeed seemed that the username field was not there. Commenting out [these lines](https://github.com/pixelfed/pixelfed/blame/dev/app/Jobs/InboxPipeline/ActivityHandler.php#L55-L58) that were introduced last week seems to have returned the missing functionality to my instance.
I'll admit that I don't know much about ActivityPub or pixelfed internals, so I may have inadvertently broken something else, but from what I can tell things look normal.
### Steps to reproduce
1. Enable federation
2. Update to commit e90f79085efe85d15aab51d6be6e54986cbfe968
3. Monitor access logs for POST requests to /f/inbox
4. Confirm that the event is processed
5. Confirm that the database table "statuses" isn't updated
### Pixelfed version
0.12.6
### Acknowledgements
Yes
He comentado las líneas que mencionaba la issue y esperaré a ver si empezamos a federar bien.
EDIT: parece que ya sí entran otra vez las publicaciones. La solución es temporal, a ver cuando implementan una permanente.
Necesitas que revise algo?
me aparece el feed y creo que es correcto
Gracias!
No, en principio ya funciona bien la federación .
1 me gusta
Ya ha salido un fix, así que lo he implementado.