From ce1a1edd3b9ddc33a3b4403d786ce6192cbd60fc Mon Sep 17 00:00:00 2001 From: Chris Hutchison Date: Sat, 21 Apr 2018 08:47:50 -0400 Subject: [PATCH] Update notifications.py --- isso/ext/notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isso/ext/notifications.py b/isso/ext/notifications.py index f155ce7..9dae2fd 100644 --- a/isso/ext/notifications.py +++ b/isso/ext/notifications.py @@ -118,7 +118,7 @@ class SMTP(object): # uri = self.general_host + "/id/%i" % comment["id"] name = self.isso.conf.get("general", "name") - uri = os.environ['ISSO_DOMAIN'] + "/" + name + uri = os.environ['ISSO_DOMAIN'] + "/" + name + "/id/%i" % comment["id"] key = self.isso.sign(comment["id"])