mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
url preview: Enable server level setting for url embed previews.
This significantly simplifies the process for enabling this feature in new organizations.
This commit is contained in:
committed by
Tim Abbott
parent
8c0c9ca7a4
commit
a1590c613e
@@ -7,6 +7,19 @@ All notable changes to the Zulip server are documented in this file.
|
||||
This section lists notable unreleased changes; it is generally updated
|
||||
in bursts.
|
||||
|
||||
**Upgrade notes:**
|
||||
|
||||
- The defaults for Zulip's inline URL preview setting have changed.
|
||||
Previously, the server-level `INLINE_URL_EMBED_PREVIEW` setting was
|
||||
disabled, and organization-level setting was enabled. Now, the
|
||||
server-level setting is enabled by default, and the organization-level
|
||||
setting is disabled. As a result, organization administrators can
|
||||
configure this feature entirely in the UI. However, servers that had
|
||||
previously [enabled previews of linked
|
||||
websites](https://zulipchat.com/help/allow-image-link-previews) will
|
||||
lose the setting and need to re-enable it.
|
||||
|
||||
|
||||
### 2.0.3 -- 2019-04-23
|
||||
|
||||
- Added documentation for upgrading the underlying OS version.
|
||||
|
||||
@@ -101,8 +101,6 @@ Some popular settings in `/etc/zulip/settings.py` include:
|
||||
* The Twitter integration, which provides pretty inline previews of
|
||||
tweets.
|
||||
* The email gateway, which lets users send emails into Zulip.
|
||||
* `INLINE_URL_EMBED_PREVIEW`, which controls our experimental feature
|
||||
providing inline previews of links pasted into Zulip.
|
||||
|
||||
## Zulip announcement list
|
||||
|
||||
|
||||
Reference in New Issue
Block a user