fix mail acitvation/delete links, c.f. https://github.com/posativ/isso/issues/449
This commit is contained in:
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…
Reference in New Issue
Block a user