1
0
Fork 0

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
1 changed files with 1 additions and 1 deletions

View File

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