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 40fc078 commit c6abd32Copy full SHA for c6abd32
services/websocket/issue_comment_notifier.go
@@ -14,6 +14,7 @@ import (
14
"code.gitea.io/gitea/models/unit"
15
user_model "code.gitea.io/gitea/models/user"
16
"code.gitea.io/gitea/modules/log"
17
+
18
"github.com/olahol/melody"
19
)
20
services/websocket/notifier.go
@@ -7,6 +7,7 @@ import (
7
8
"code.gitea.io/gitea/modules/templates"
9
notify_service "code.gitea.io/gitea/services/notify"
10
11
12
13
0 commit comments