Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

fix: hiding discovery on Akkoma + hiding privacy settings #867

Merged
merged 3 commits into from
Oct 19, 2023

Conversation

Jacocococo
Copy link

There was a bug in my previous PR for hiding the discovery page on Akkoma where it would still show if the instance info hadn't been fetched before it tried to find out if it should hide discovery. It seems like it always will have this info when running onCreateView for the discovery fragment instead of onCreate for the home fragment

New settings were introduced recently for some new Mastodon privacy options, but Akkoma doesn't have these. It does have one that's similar that's also called discoverable, but it's located in a different place in the API, and it's also not fully the same. From my understanding, Mastodon's setting is about Mastodon search while Akkoma's is about external search engines, so the setting would probably need a different implementation in Megalodon for it to make sense to show it, and so I think it should be hidden at least for now

@sk22
Copy link
Owner

sk22 commented Oct 19, 2023

thanks :3

@sk22 sk22 merged commit 1d2ca1e into sk22:main Oct 19, 2023
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants