kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Make delete+redraft work, fixes #82
rodzic
a981885eb4
commit
406e8c00b8
|
@ -192,7 +192,7 @@ const expandMentions = status => {
|
|||
const fragment = domParser.parseFromString(status.get('content'), 'text/html').documentElement;
|
||||
|
||||
status.get('mentions').forEach(mention => {
|
||||
fragment.querySelector(`a[href="/${mention.get('acct')}"]`).textContent = `@${mention.get('acct')}`;
|
||||
fragment.querySelector(`a[href="${mention.get('url')}"]`).textContent = `@${mention.get('acct')}`;
|
||||
});
|
||||
|
||||
return fragment.innerHTML;
|
||||
|
|
Ładowanie…
Reference in New Issue