Example #1
0
 def __getViewedOffers():
     return AccountSettings.getNotifications(VIEWED_OFFERS)
def getNewRecruitsCounter():
    previous = AccountSettings.getNotifications(RECRUIT_NOTIFICATIONS)
    current = _getRecruitUniqueIDs()
    return len(current.difference(previous))