-
Notifications
You must be signed in to change notification settings - Fork 56
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
Nonstop Abuse report #406
Comments
@mackiexx How is it configured? With the reverse proxy or with polling? |
I don't even know what is polling. i followed the instruction on READMD here and then i followed exactly what is on the installation page below .
Then i copied this exact code below and added to my nginx file for reverse proxy. ` location ~ ^/_matrix/client/(r0|v3)/rooms/([^/])/report/(.)$ {
I also noticed along with this, Mjolnir doesn't work with Pantalaimon even though i have installed it and i don't know if it has to do with wrong configuration. |
To add, my mjolnir configuration looks like this web:
enabled: true
port: 8082
address: localhost
abuseReporting:
enabled: true
pollReports: true
displayReports: true edit (Yoric) Edited layout to better understand the configuration file. |
Mjölnir has two ways to fetch and display reports:
You seem to have both configured, so it will display reports twice. Does this match your experience? Or does it display reports more than twice? |
Yes, it displays more than twice even. Example: when you get a notification on your phone or say you have your phone ring out and you picked it up and silenced it, or even ignored the call, you took action with that and it is not suppose to ring again unless the person calls you back right? I tested by reporting an account, and the bot reported it to me so I took action and clicked the button “ignore the bad report”, the bot responded affirmative. Then within 2 seconds, same report is coming in again, over and over again. |
For some reason, when i disabled poll reports, reporting a user doesn't show in the room again and i'm wondering if my reverse proxy is set up correctly |
So it feels like there is a problem with polling that somehow reports stuff more than once? I'll investigate that. |
My bad, we do store it. |
Did you manage to find anything? |
IIm observing the same behaviour with admin api polling. |
Hi, |
Chiming in on this - we are seeing the same thing with our Mjolnir instance. It keeps displaying reports again and again, even if we deal with them (via reactions and confirmation reactions). We are also using polling |
I'm assuming this is fixed or a possible misconfiguration. A new issue with fresh logs would be helpful if folks are seeing this still. |
Mjolnir keeps sending same abuse report even after i've attended to it. it ought to stop as soon as an action is given.
The text was updated successfully, but these errors were encountered: