fix mail acitvation/delete links, c.f. https://github.com/posativ/isso/issues/449

pull/460/head
Craig P Hicks 6 years ago
parent 3d0fdffcb7
commit 4bd20da500

@ -115,7 +115,7 @@ class SMTP(object):
(local("origin") + thread["uri"] + "#isso-%i" % comment["id"]))
rv.write("\n")
uri = self.general_host + "/id/%i" % comment["id"]
uri = local.host + "/id/%i" % comment["id"]
key = self.isso.sign(comment["id"])
rv.write("---\n")

Loading…
Cancel
Save