mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +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';
|
return 'webfinger';
|
||||||
}
|
}
|
||||||
|
|
||||||
if(q.startsWith('@') || q.search('@') != -1) {
|
if(q.startsWith('@')) {
|
||||||
return 'profile';
|
return 'profile';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue