8 ms·
What would be the usecase for publishing events in a social media protocol (i.e. ActivityPub) with no information?
by ecedeno 2y ago
What would be the usecase for publishing events in a social media protocol (i.e. ActivityPub) with no information?
- ahmedbaracat 2y agoOnly ppl who you allow to follow you gets to access the unencrypted data.
- 01HNNWZ0MV43FF 2y agoThen you would need to encrypt the data to many public keys, could be difficult but possible. Also means adding a new follower requires you to rewrite old posts, right?
- ahmedbaracat 2y agoYes, these solutions are possible. Or maybe manage followers through an ACL controlled by a smart contract or something similar. That’s why I am asking really, to see if there are easier ways. It feels like this should be a common problem, but we probably got used to everything being public by default.