db0 / pythorhead

A python library for interacting with Lemmy
GNU Affero General Public License v3.0
77 stars 25 forks source link

added ban_from_community #89

Closed thekingoflorda closed 9 months ago

thekingoflorda commented 9 months ago

Added option to ban someone from a community instead of only allowing for sidewide ban. This is my first ever pull request to a public repo like this, so sorry if I screwed anything up.

db0 commented 9 months ago

Looks good. Just please rename the method to ban_user to match the API endpoint

thekingoflorda commented 9 months ago

Looks good. Just please rename the method to ban_user to match the API endpoint

Done