We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 597fac4 commit 63f4e6cCopy full SHA for 63f4e6c
services/websocket/issue_comment_notifier.go renamed to services/websocket/comment_notifier.go
services/websocket/notifier.go
@@ -28,7 +28,6 @@ func newNotifier(m *melody.Melody) notify_service.Notifier {
28
29
// htmxAddElementEnd = "<div hx-swap-oob=\"beforebegin:%s\">%s</div>"
30
// htmxUpdateElement = "<div hx-swap-oob=\"outerHTML:%s\">%s</div>"
31
-
32
var htmxRemoveElement = "<div hx-swap-oob=\"delete:%s\"></div>"
33
34
func (n *websocketNotifier) filterSessions(fn func(*melody.Session, *sessionData) bool) []*melody.Session {
0 commit comments