~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/answers/interfaces/question.py

Add support for IQuestion.canBeUnsubscribedBy plus tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
440
440
    def isSubscribed(person):
441
441
        """Return a boolean indicating whether the person is subscribed."""
442
442
 
443
 
    def unsubscribe(person):
 
443
    def unsubscribe(person, unsubscribed_by):
444
444
        """Remove the person's subscription to this question."""
445
445
 
446
446
    def getDirectSubscribers():