mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 18:55:58 +03:00
Remove Riot linkification
This commit is contained in:
parent
dd51cccd7c
commit
b00fb0e96a
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ export default class VectorEmbeddedPage extends EmbeddedPage {
|
|||
translate(s) {
|
||||
s = sanitizeHtml(_t(s));
|
||||
// ugly fix for https://github.com/vector-im/riot-web/issues/4243
|
||||
s = s.replace(/Riot\.im/, '<a href="https://riot.im" target="_blank" rel="noopener">Riot.im</a>');
|
||||
s = s.replace(/\[matrix\]/, '<a href="https://matrix.org" target="_blank" rel="noopener"><img width="79" height="34" alt="[matrix]" style="padding-left: 1px;vertical-align: middle" src="welcome/images/matrix.svg"/></a>');
|
||||
return s;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue