()
| 284 | } |
| 285 | |
| 286 | func (api *API) chatSharingDisabled() bool { |
| 287 | return rbac.ChatACLDisabled() || (api.DeploymentValues != nil && bool(api.DeploymentValues.DisableChatSharing)) |
| 288 | } |
| 289 | |
| 290 | type ChatACLUpdateValidator codersdk.UpdateChatACL |
| 291 |
no test coverage detected