MM-57867 Don't delete existing channel on invitation error (#27143)

* Do not delete existing channels
* don't allow resharung
Этот коммит содержится в:
Doug Lauder
2024-05-29 00:46:18 -04:00
коммит произвёл GitHub
родитель 96825e23d8
Коммит 923f6a5943
3 изменённых файлов: 37 добавлений и 13 удалений

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

@@ -14,6 +14,7 @@ import (
var (
ErrChannelAlreadyShared = errors.New("channel is already shared")
ErrChannelHomedOnRemote = errors.New("channel is homed on a remote cluster")
ErrChannelAlreadyExists = errors.New("channel already exists")
)
// SharedChannel represents a channel that can be synchronized with a remote cluster.