Skip to content

Use Pleroma.HTTP instead of Tesla

vaartis requested to merge vaartis/pleroma:tesla-get-to-pleroma into develop

Closes #2275 (closed)

As discovered in the issue, captcha used Tesla.get instead of Pleroma.HTTP. I've also grep'ed the repo and changed the other place where this was used.

Merge request reports