如何在 mattermost 添加 link 预览?
How to add a link preview in mattermost?
如何在 mattermost 添加 link 预览功能?
添加包含 link 的 post 时,我最希望自动添加 link 内容的预览
可以通过 https://docs.mattermost.com/administration/config-settings.html#enable-link-previews
启用
不可能。
This feature’s config.json
setting is "EnableLinkPreviews": false
with options true
and false
详情见下文
Enable Link Previews
True: Enables users to display a preview of website content below the
message, if available. When true, website previews can be enabled from
Account Settings > Display > Website Link Previews.
False: Website link previews are disabled.
如何在 mattermost 添加 link 预览功能?
添加包含 link 的 post 时,我最希望自动添加 link 内容的预览
可以通过 https://docs.mattermost.com/administration/config-settings.html#enable-link-previews
启用不可能。
This feature’s
config.json
setting is"EnableLinkPreviews": false
with optionstrue
andfalse
详情见下文
Enable Link Previews
True: Enables users to display a preview of website content below the message, if available. When true, website previews can be enabled from Account Settings > Display > Website Link Previews.
False: Website link previews are disabled.