mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
enterprise: Add option to forward feedback to an email address.
(imported from commit 0ac9bb0427aeba60a8004953fedfdfdc6bbb587c)
This commit is contained in:
@@ -56,10 +56,15 @@ SESSION_EXPIRE_AT_BROWSER_CLOSE = False
|
||||
# Session cookie expiry in seconds after the last page load
|
||||
SESSION_COOKIE_AGE = 60 * 60 * 24 * 7 * 2 # 2 weeks
|
||||
|
||||
# Controls whether or not there is a feedback button in the UI, which
|
||||
# can be used to send feedback directly to the Zulip developers.
|
||||
# Controls whether or not there is a feedback button in the UI.
|
||||
ENABLE_FEEDBACK = True
|
||||
|
||||
# By default, the feedback button will submit feedback to the Zulip
|
||||
# developers. If you set FEEDBACK_EMAIL to be an email address
|
||||
# (e.g. ZULIP_ADMINISTRATOR), feedback sent by your users will instead
|
||||
# be sent to that email address.
|
||||
# FEEDBACK_EMAIL = ZULIP_ADMINISTRATOR
|
||||
|
||||
# Controls whether or not error reports are sent to Zulip. Error
|
||||
# reports are used to improve the quality of the product and do not
|
||||
# include message contents; please contact Zulip support with any
|
||||
|
||||
Reference in New Issue
Block a user