WorkspaceACLDisabled returns true if workspace sharing is disabled for the deployment.
()
| 251 | // WorkspaceACLDisabled returns true if workspace sharing is disabled |
| 252 | // for the deployment. |
| 253 | func WorkspaceACLDisabled() bool { |
| 254 | return workspaceACLDisabled.Load() |
| 255 | } |
| 256 | |
| 257 | var chatACLDisabled atomic.Bool |
| 258 |