Update Remote Post + Profile hashtag to redirect to local urls

pull/2809/head
Daniel Supernault 2021-06-18 05:03:40 -06:00
rodzic 27fbe88438
commit 1fa08644b4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
2 zmienionych plików z 1388 dodań i 1379 usunięć

Wyświetl plik

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