1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00

Merge pull request #5364 from mkenigs/mxc-imgs

Specify community description img must be mxc urls
This commit is contained in:
Travis Ralston
2020-11-18 15:21:09 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ const LONG_DESC_PLACEHOLDER = _td(
some important <a href="foo">links</a>
</p>
<p>
You can even use 'img' tags
You can even add images with Matrix URLs <img src="mxc://url" />
</p>
`);