Comment 2 for bug 1537242

Revision history for this message
Ted Gould (ted) wrote : Re: [Bug 1537242] Re: Push helpers should invalidate scope results

Michał, I'm not sure why the push helper would have to do all this. It
seems that the push helper would just have to mark the results as
dirty, and then the scope could do the update. It has a longer
lifecycle exactly for purposes like that, so it seems appropriate to do
the work there. The work wouldn't get done if the user wasn't using the
scope or didn't look at scopes at all. Instead it would only be needed
if the user was actively using the scope or an aggregator that it is
shown in.