Hi Stalski,

I encountered another issue with the new dev. Some messages are not shown in my streams anymore. I'm pretty sure this is only the case for messages with uid 0. Again I can't really check this because I'm at work and I don't have my IDE installed here and struggling with notepad is no option... If this was meant to be, maybe we could add a checkbox in the stream configurations to allow messages with uid 0 in certain streams.

Comments

DrakeRemory’s picture

Priority: Normal » Minor

Hi Stalski,

I digged into this and found that this change is what's responsible for the issue:

http://drupalcode.org/viewvc/drupal/contributions/modules/heartbeat/incl...

I've just overwriten prepareStream() in my custom streams and it is working as expected again.

Stalski’s picture

hmm, i did not check it, but i hoped the LEFT JOIN would make the uid=0 still available.

DrakeRemory’s picture

Reviewing the code this was my expection, too. Unfortunately it isn't working. But since I need my custom streams it's not that big a deal.

Stalski’s picture

Status: Active » Fixed

Fixed.
I have to add that the problem was situated somewhere else. For me they did turn up in the query results but blocked by checkAccess.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.