SetChatACLDisabled is global because database model methods build RBAC objects without API instance state.
(v bool)
| 259 | // SetChatACLDisabled is global because database model methods build |
| 260 | // RBAC objects without API instance state. |
| 261 | func SetChatACLDisabled(v bool) { |
| 262 | chatACLDisabled.Store(v) |
| 263 | } |
| 264 | |
| 265 | // ChatACLDisabled is global because database model methods build RBAC |
| 266 | // objects without API instance state. |