Exemplo n.º 1
0
 def remove_watcher(self, user):
     notify_policy = get_notify_policy(self, user)
     set_notify_policy_level_to_ignore(notify_policy)
Exemplo n.º 2
0
 def remove_watcher(self, user):
     notify_policy = self.cached_notify_policy_for_user(user)
     set_notify_policy_level_to_ignore(notify_policy)
Exemplo n.º 3
0
 def remove_watcher(self, user):
     notify_policy = self.cached_notify_policy_for_user(user)
     set_notify_policy_level_to_ignore(notify_policy)
Exemplo n.º 4
0
 def remove_watcher(self, user):
     notify_policy = get_notify_policy(self, user)
     set_notify_policy_level_to_ignore(notify_policy)