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

[0.19.0] Instance blocking #672

Closed
mormaer opened this issue Sep 30, 2023 · 1 comment · Fixed by #1019
Closed

[0.19.0] Instance blocking #672

mormaer opened this issue Sep 30, 2023 · 1 comment · Fixed by #1019
Labels
enhancement New feature or request

Comments

@mormaer
Copy link
Collaborator

mormaer commented Sep 30, 2023

Introduction

As discussed in the recent Lemmy announcement users will now have the ability to block instances.

Users can now block instances, so that their communities are hidden from listings. This is done via POST /api/v3/site/block with parameters int instance_id, bool block.

LemmyNet/lemmy#3869

Requirements

We should add support for this as soon as possible, the option would need to be gated behind a version check as it will not be available below 0.19.0.

@mormaer mormaer added the enhancement New feature or request label Sep 30, 2023
@Sjmarf
Copy link
Contributor

Sjmarf commented May 2, 2024

Another way to arbitrarily block an instance may be to use the load settings from json endpoint, which allows you to specify instance domains.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants