Adding the ability to silence notifications on creation. (#490)
This commit is contained in:
@ -103,6 +103,7 @@ class Certificate(db.Model):
|
||||
if kwargs.get('chain'):
|
||||
self.chain = kwargs['chain'].strip()
|
||||
|
||||
self.notify = kwargs.get('notify', True)
|
||||
self.destinations = kwargs.get('destinations', [])
|
||||
self.notifications = kwargs.get('notifications', [])
|
||||
self.description = kwargs.get('description')
|
||||
|
Reference in New Issue
Block a user