Items are loaded in the activitystream_items_load() function by a query which I'd like to be alterable by an implementation of hook_query_alter(). This can be made possible by adding a tag to the query. e.g.

$query->addTag('activitystream_items');
CommentFileSizeAuthor
#3 activitystream_query_tag.1874014.3.patch571 bytesdakala

Comments

morbus iff’s picture

FWM. I'll add it in next time I'm going through the issues.

dakala’s picture

That was a quick response. Thanks Morbus Iff.

dakala’s picture

StatusFileSize
new571 bytes

Here's the patch for this please. Thanks.