forked from mirror/pixelfed
Update SearchResults, fix remote post bug
This commit is contained in:
parent
276638e933
commit
415912d176
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ export default {
|
|||
return 'webfinger';
|
||||
}
|
||||
|
||||
if(q.startsWith('@') || q.search('@') != -1) {
|
||||
if(q.startsWith('@')) {
|
||||
return 'profile';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue