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

Display abuse reports in management room #97

Closed
kewisch opened this issue Nov 8, 2023 · 1 comment
Closed

Display abuse reports in management room #97

kewisch opened this issue Nov 8, 2023 · 1 comment

Comments

@kewisch
Copy link
Contributor

kewisch commented Nov 8, 2023

Your use case

What would you like to do?

Abuse reports should show in the management room so we can potentially act on them.

How would you like to achieve it?

Enable abuseReporting and configure reporting redirects:

web:
  # Whether to enable web APIs.
  enabled: true

  # The port to expose the webserver on. Defaults to 8080.
  port: 8010

  # The address to listen for requests on. Defaults to only the current
  # computer.
  address: localhost

  # Alternative setting to open to the entire web. Be careful,
  # as this will increase your security perimeter:
  #
  #  address: "0.0.0.0"

  # A web API designed to intercept Matrix API
  # POST /_matrix/client/r0/rooms/{roomId}/report/{eventId}
  # and display readable abuse reports in the moderation room.
  #
  # If you wish to take advantage of this feature, you will need
  # to configure a reverse proxy, see e.g. test/nginx.conf
  abuseReporting:
    # Whether to enable this feature.
    enabled: true

Have you considered any alternatives?

No response

Additional context

No response

@amandahla
Copy link
Collaborator

Done in #125

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants