1
0
Эх сурвалжийг харах

Update SearchResults, fix remote post bug

Daniel Supernault 5 жил өмнө
parent
commit
415912d176

+ 1 - 1
resources/assets/js/components/SearchResults.vue

@@ -350,7 +350,7 @@ export default {
 				return 'webfinger';
 			}
 
-			if(q.startsWith('@') || q.search('@') != -1) {
+			if(q.startsWith('@')) {
 				return 'profile';
 			}