1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-01-31 11:24:06 +00:00

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'; return 'webfinger';
} }
if(q.startsWith('@') || q.search('@') != -1) { if(q.startsWith('@')) {
return 'profile'; return 'profile';
} }