Expand Plugin and REST APIs to trigger user typing event (#14331)

Этот коммит содержится в:
Attila Molnar
2020-06-16 16:41:05 +07:00
коммит произвёл GitHub
родитель 8c1164d86b
Коммит 66597d0fcb
14 изменённых файлов: 267 добавлений и 8 удалений

Просмотреть файл

@@ -953,6 +953,13 @@ type API interface {
//
// Minimum server version: 5.18
PluginHTTP(request *http.Request) *http.Response
// PublishUserTyping publishes a user is typing WebSocket event.
// The parentId parameter may be an empty string, the other parameters are required.
//
// @tag User
// Minimum server version: 5.26
PublishUserTyping(userId, channelId, parentId string) *model.AppError
}
var handshake = plugin.HandshakeConfig{