Update Remote Post + Profile hashtag to redirect to local urls

This commit is contained in:
Daniel Supernault 2021-06-18 05:03:40 -06:00
parent 27fbe88438
commit 1fa08644b4
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
2 changed files with 1388 additions and 1379 deletions

File diff suppressed because it is too large Load Diff

View File

@ -227,6 +227,12 @@
this.fetchProfile();
},
updated() {
document.querySelectorAll('.hashtag').forEach(function(i, e) {
i.href = App.util.format.rewriteLinks(i);
});
},
methods: {
fetchProfile() {