Update SearchResults, fix remote post bug

This commit is contained in:
Daniel Supernault 2020-04-21 23:58:22 -06:00
parent 276638e933
commit 415912d176
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

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