Skip to content

Commit

Permalink
fix: Pleroma make get(...) args different from post(...)
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Oct 13, 2023
1 parent d3571c5 commit 6549ba9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/pleroma/akkoma/translators/voldy.ex
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,7 @@ defmodule Pleroma.Akkoma.Translators.Voldy do

defp do_request(string, from_language, to_language) do
HTTP.get(
base_url(),
URI.encode_query(
base_url() <> "&" <> URI.encode_query(
%{
q: string,
tl: to_language,
Expand Down

0 comments on commit 6549ba9

Please sign in to comment.