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 c595916 commit b805631Copy full SHA for b805631
services/websocket/session.go
@@ -7,9 +7,9 @@ import (
7
"fmt"
8
"net/url"
9
10
- "github.com/olahol/melody"
11
-
12
user_model "code.gitea.io/gitea/models/user"
+
+ "github.com/olahol/melody"
13
)
14
15
type sessionData struct {
services/websocket/websocket.go
@@ -4,12 +4,12 @@
4
package websocket
5
6
import (
- "github.com/mitchellh/mapstructure"
"code.gitea.io/gitea/modules/context"
"code.gitea.io/gitea/modules/json"
notify_service "code.gitea.io/gitea/services/notify"
+ "github.com/mitchellh/mapstructure"
var m *melody.Melody
0 commit comments