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');
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | activitystream_query_tag.1874014.3.patch | 571 bytes | dakala |
Comments
Comment #1
morbus iffFWM. I'll add it in next time I'm going through the issues.
Comment #2
dakalaThat was a quick response. Thanks Morbus Iff.
Comment #3
dakalaHere's the patch for this please. Thanks.