mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
Embedded bots: Add support for creating embedded bots via the API.
Adds support to add "Embedded bot" Service objects. This service handles every embedded bot. Extracted from "Embedded bots: Add support to add embedded bots from UI" by Robert Honig. Tweaked by tabbott to be disabled by default.
This commit is contained in:
committed by
Tim Abbott
parent
ce4ba9c178
commit
a88178afaf
@@ -183,6 +183,7 @@ DEFAULT_SETTINGS = {
|
||||
'PUSH_NOTIFICATION_REDACT_CONTENT': False,
|
||||
'RATE_LIMITING': True,
|
||||
'SEND_LOGIN_EMAILS': True,
|
||||
'EMBEDDED_BOTS_ENABLED': False,
|
||||
}
|
||||
|
||||
# These settings are not documented in prod_settings_template.py.
|
||||
|
||||
Reference in New Issue
Block a user