Этот коммит содержится в:
Ibrahim Serdar Acikgoz
2024-06-27 15:27:57 +02:00
коммит произвёл GitHub
родитель 8919a9c959
Коммит e85d34163c
7 изменённых файлов: 381 добавлений и 0 удалений

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

@@ -1306,6 +1306,13 @@ type API interface {
// @tag User
// Minimum server version: 9.8
UpdateUserRoles(userID, newRoles string) (*model.User, *model.AppError)
// GenerateSupportMetadata generates the metadata for a support packet.
// pluginMeta should contain the values that plugin wants to insert into a standard support packet metadata.
//
// @tag Metadata
// Minimum server version: 9.10
GenerateSupportMetadata(pluginMeta map[string]any) (*model.Metadata, error)
}
var handshake = plugin.HandshakeConfig{