-
Notifications
You must be signed in to change notification settings - Fork 2
Description
So, we discussed at our last meeting what kind of strategy to take for dealing with these user stories.
One path is to use the object types and properties built into the Activity Vocabulary specifically for geosocial work: Place as an object type, Arrive, Leave, and Travel as activity types, and location and maybe tag as properties.
This is how ActivityPub was designed to work.
The main problem with this strategy is that it's not well supported on the Fediverse today. The ActivityPub Social API for submitting activities is only supported on a few server platforms, and many platforms will even discard activities they don't recognize when they're received over the ActivityPub Federation Protocol.
Another path is to add geosocial features to the current generation of Fediverse software and data, like Mastodon 4.x, which don't natively support the geosocial types and properties. This could happen using in-band place markers like Plus Codes or What Three Words.
The problem with this strategy is that it's limited in its functionality. It also avoids the responsibility of this group to point the way forward on geosocial representation on the Social Web.