Update notifications.py

pull/429/head
Chris Hutchison 6 years ago committed by GitHub
parent 693c6bbda6
commit f28f77e747
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -115,7 +115,10 @@ class SMTP(object):
(local("origin") + thread["uri"] + "#isso-%i" % comment["id"]))
rv.write("\n")
uri = self.general_host + "/id/%i" % comment["id"]
# uri = self.general_host + "/id/%i" % comment["id"]
name = isso.conf.get("general", "name")
uri = os.environ['ISSO_DOMAIN'] + "/" + name
key = self.isso.sign(comment["id"])
rv.write("---\n")

Loading…
Cancel
Save