revert(panettone): announce newly created issues using irccat
This reverts commit 2e2bdf9c6c.
Reason for revert: this is not working, and is resulting in newly created issues just showing a blank page (b/74)
Change-Id: I3f06afc52d6c5289269402fc75bb32ad9c376bf4
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2082
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
4331bc8da7
commit
e1067b1497
4 changed files with 4 additions and 38 deletions
|
|
@ -450,14 +450,10 @@
|
|||
(render/issue-form
|
||||
(make-instance 'model:issue :subject subject :body body)
|
||||
"Subject is required")
|
||||
(let ((issue
|
||||
(model:create-issue :subject subject
|
||||
:body body
|
||||
:author-dn (dn *user*))))
|
||||
(send-irc-notification (format nil "b/~A: \"~A\" opened by ~A - https://b.tvl.fyi/issues/~A"
|
||||
(issue-id issue) subject (dn *user*)
|
||||
(issue-id issue))
|
||||
:channel (uiop:getenvp "ISSUECHANNEL"))
|
||||
(progn
|
||||
(model:create-issue :subject subject
|
||||
:body body
|
||||
:author-dn (dn *user*))
|
||||
(hunchentoot:redirect "/"))))
|
||||
|
||||
(defroute show-issue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue