misskey-dev / misskey

🌎 A completely free and open interplanetary microblogging platform 🚀
https://misskey-hub.net/
GNU Affero General Public License v3.0
10.04k stars 1.37k forks source link

Local user appears in Remote section of Explore #8718

Open ThatOneCalculator opened 2 years ago

ThatOneCalculator commented 2 years ago

💡 Summary

My profile shows up in /explore under the Remote section despite me being a local user

🥰 Expected Behavior

I'm not in the Remote section

🤬 Actual Behavior

I'm in the bottom left

image

📌 Environment

Misskey version: Latest git commit (12.110.1) Your OS: Linux Your browser: Firefox

Johann150 commented 2 years ago

The pagination definitions for "recently updated users" and "recently registered users" for the remote tab both have combined as origin when it should probably be remote.

https://github.com/misskey-dev/misskey/blob/12359697214d6124a540bad9230e947401165c45/packages/client/src/pages/explore.vue#L151

https://github.com/misskey-dev/misskey/blob/12359697214d6124a540bad9230e947401165c45/packages/client/src/pages/explore.vue#L155