Fix typo for v5 module path (#13313)
The PR link uses the github repo path, not the module path.
Этот коммит содержится в:
коммит произвёл
Jesús Espino
родитель
223db0c05c
Коммит
5a4ac4b249
@@ -31,7 +31,7 @@ type WebConnActivityMessage struct {
|
|||||||
|
|
||||||
type Hub struct {
|
type Hub struct {
|
||||||
// connectionCount should be kept first.
|
// connectionCount should be kept first.
|
||||||
// See https://github.com/mattermost/mattermost-server/v5/pull/7281
|
// See https://github.com/mattermost/mattermost-server/pull/7281
|
||||||
connectionCount int64
|
connectionCount int64
|
||||||
app *App
|
app *App
|
||||||
connectionIndex int
|
connectionIndex int
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user