Browse Source

Update SearchResults, fix remote post bug

Daniel Supernault 5 years ago
parent
commit
415912d176
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/assets/js/components/SearchResults.vue

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

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