mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 00:03:16 +00:00
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