Desactivé les notifs

This commit is contained in:
Darks 2019-12-03 16:57:49 +01:00
parent 087dd56cb2
commit 089e851b4c
Signed by: Darks
GPG Key ID: F61F10FA138E797C
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ class Member(User):
def notify(self, message, href=None):
""" Notify a user with a message.
An hyperlink can be added to redirect to the notification source """
return
n = Notification(self.id, message, href=href)
db.session.add(n)
db.session.commit()