Actions
Feature proposal #8462
closedRemove support for individualized like/follow streams
Feature proposal #8462:
Remove support for individualized like/follow streams
Description
These don't need to be streams, but just be features. Centralize their configuration in global parameters and that's it. Pass the object and object_id via encrypted json data on the element (e.g. data-like="HASHED_JSON" using openssl_encrypt or something similar) so we don't need to really worry about keeping track of it.
With #8458 and this complete only Activity and Comment streams will need stream storage behavior. The rest are just features.
Actions