Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support exclusive lists with GoToSocial 0.17 #817

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Oct 10, 2024

  1. Use NodeInfo to detect features if available

    For Mastodon <=4.3 (all current stable releases of Mastodon), the
    NodeInfo request will always fail due to mastodon/mastodon#23135 and
    fall back to the existing behavior. For other server software, this will
    allow for more accurate checking of feature availability.
    
    Fixes cheeaun#808: adds support for exclusive lists with GoToSocial 0.17+.
    graue committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    839023c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad0ab0c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    22f0703 View commit details
    Browse the repository at this point in the history
  2. Run prettier

    graue committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    59d5c73 View commit details
    Browse the repository at this point in the history