feat(web/panettone): Noping issue authors' usernames
When sending irc notifications, insert a zero-width space after the first character of the username of the author of issues, to prevent that user from receiving a ping. Fixes: b/95 Change-Id: Ibcacb45129b2cb99b587744eb61f4f1dbc0060d6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2693 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
1f250e374d
commit
db62866d82
4 changed files with 20 additions and 3 deletions
|
|
@ -13,8 +13,9 @@
|
|||
(:export :render-inline-markdown))
|
||||
|
||||
(defpackage panettone.irc
|
||||
(:nicknames :irc)
|
||||
(:use :cl :usocket)
|
||||
(:export :send-irc-notification))
|
||||
(:export :noping :send-irc-notification))
|
||||
|
||||
(defpackage :panettone.authentication
|
||||
(:nicknames :authn)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue