-
Notifications
You must be signed in to change notification settings - Fork 11
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
[bug] federation allowList does not seem to work #10
Comments
I'll take a look at this once the HTTP changes for Lemmy are merged., Thanks for letting me know. |
I made a new user and it seems to be working with that one with the same script. I made a patch by checking the community ID with getCommunityId, but the next day, without rebooting my PC, getCommunityId now returns undefined on the same script. I'm thinking this might be an issue with the lemmy instance not this library. I'll try to look into this further and see if I can find the source. |
This might have been fixed by upgrading my lemmy instance from 0.17.2 to 0.17.4. it still replies to any local community but it seems to follow allowList for federated communities |
I have had no more issues since the lemmy update and some constant crashing has also been resolved. I think this was a problem with lemmy 0.17.2 and not this library. it still replies in all local communities however, is that intended? |
It should not reply to all local communities. I will have to fix that. |
Try using bot version 0.4.1 and see if it works now. |
Sadly I can't upgrade my instance to 0.18.0, can I still test this version or would I need 0.18.0? |
@thomasdouwes I think it should still work even if your instance is still one 0.17.x. The major difference between 0.17.x and 0.18.x is that the websocket API was removed. The bot uses the HTTP API now, but the HTTP API shouldn't have had any breaking changes between version. |
I can't get the new version working on 0.17.4, I get |
The allowList property of the federation option does not seem to be followed, and the bot will reply to all comments/posts on any federated community.
example:
I am using lemmy-bot 0.3.9 from npm
The text was updated successfully, but these errors were encountered: