add userService to the services provided by channels product (#20840)

Этот коммит содержится в:
Doug Lauder
2022-08-17 11:21:22 -04:00
коммит произвёл GitHub
родитель d9d75b1a7d
Коммит df60c20f86

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

@@ -224,6 +224,8 @@ func NewChannels(s *Server, services map[ServiceKey]any) (*Channels, error) {
ch: ch,
}
services[UserKey] = &App{ch: ch}
return ch, nil
}