@fabio @Mumonkan
General Discussion
1
Posts
1
Posters
1
Views
-
I have the code at https://github.com/edent/location-activitypub-symfony
And you can follow @edent_location
The AP object has:
```json
"location": {
"name": "École maternelle Charles Perrault",
"type": "Place",
"longitude": "2.3002506",
"latitude": "48.9993291"
}
```I think that's the same way PixelFed does it.