Merge pull request #2109 from mattermost/fix-device
Fixing attaching device id
Этот коммит содержится в:
@@ -796,7 +796,7 @@ func attachDeviceId(c *Context, w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
w.Write([]byte(deviceId))
|
w.Write([]byte(model.MapToJson(props)))
|
||||||
}
|
}
|
||||||
|
|
||||||
func RevokeSessionById(c *Context, sessionId string) {
|
func RevokeSessionById(c *Context, sessionId string) {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user