Switch recently added to only use activity pinger

* Fixed activity pinger logic for grouping notifications
This commit is contained in:
Jonathan Wong 2015-11-16 21:19:04 -08:00
parent 53044c75dd
commit 69a3b5134f
5 changed files with 56 additions and 50 deletions

View file

@ -218,7 +218,7 @@ class TimelineHandler(object):
def __init__(self, timeline):
self.timeline = timeline
logger.debug(timeline)
#logger.debug(timeline)
def is_item(self):
if 'itemID' in self.timeline: