Edgewall Software

Changes between Version 10 and Version 11 of CookBook/Notification/Subscriptions


Ignore:
Timestamp:
Apr 1, 2017, 8:18:33 AM (7 years ago)
Author:
Peter Suter
Comment:

Remove unused replyto_author variable and irrelevant default_subscriptions loop

Legend:

Unmodified
Added
Removed
Modified
  • CookBook/Notification/Subscriptions

    v10 v11  
    293293        sid, auth, addr = recipient
    294294
    295         # Default subscription
    296         for s in self.default_subscriptions():
    297             yield s[0], s[1], sid, auth, addr, s[2], s[3], s[4]
    298 
    299295        if sid:
    300296            klass = self.__class__.__name__
     
    313309
    314310    def _get_replyto_author(self, event):
    315         replyto_author = None
    316311        if 'comment' in event.changes['fields'] and \
    317312                'old' in event.changes['fields']['comment'] and \