mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
MM-24517: Add newly created channel admin role to all clients' redux state. (#14635)
* MM-24517: Add newly created channel admin role to redux state. * MM-24517: Adds comment; fixes lint errors.
This commit is contained in:
@@ -388,7 +388,7 @@ func (c *Client4) GetElasticsearchRoute() string {
|
||||
}
|
||||
|
||||
func (c *Client4) GetBleveRoute() string {
|
||||
return fmt.Sprintf("/bleve")
|
||||
return "/bleve"
|
||||
}
|
||||
|
||||
func (c *Client4) GetCommandsRoute() string {
|
||||
|
||||
Reference in New Issue
Block a user