Browse Source

Update SearchResults, fix remote post bug

Daniel Supernault 5 năm trước cách đây
mục cha
commit
415912d176
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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';
 			}
 
-			if(q.startsWith('@') || q.search('@') != -1) {
+			if(q.startsWith('@')) {
 				return 'profile';
 			}