ChatACLDisabled is global because database model methods build RBAC objects without API instance state.
()
| 265 | // ChatACLDisabled is global because database model methods build RBAC |
| 266 | // objects without API instance state. |
| 267 | func ChatACLDisabled() bool { |
| 268 | return chatACLDisabled.Load() |
| 269 | } |