FEP-268d: Search consent signals for objects

Hello!

This is a discussion thread for the proposed FEP-268d: Search consent signals for objects. Please use this thread to discuss the proposed FEP and any potential problems or improvements that can be addressed.

Summary

This FEP documents an extension property for Activity Streams 2.0 to signal the consent for an object to be searched by a given actor.

3 Likes

Linking to the discussion thread of the related FEP for better discoverability:

Also cc’ing @noellabo, the maintainer of Fedibird.

For me the “reply inheritance” of this property is missing (don’t worry it’s also missing in ActivityPub). It should be something like “non expanding”.

By non expanding reply inheritance, I mean that if a post has set

"searchableBy": ["http://alice.example/followers"]

and Bob replies, the allowed options should be

"searchableBy": ["http://alice.example/followers"]
"searchableBy": ["http://alice.example/followers", "http://bob.example"]
"searchableBy": ["http://alice.example/", "http://bob.example"]
"searchableBy": ["http://bob.example/"]

Maybe with some adjustments, but it would not be ok to say include "http://bob.example/followers", as this set includes new people compared to "http://alice.example/followers".

1 Like