You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/matrix_client/client.ex
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -147,9 +147,7 @@ defmodule M51.MatrixClient.Client do
147
147
148
148
%HTTPoison.Response{status_code: status_code}->
149
149
message=
150
-
"Could not reach the Matrix homeserver for #{hostname}, #{url} returned HTTP #{
151
-
status_code
152
-
}. Make sure this is a Matrix homeserver and https://#{hostname}/.well-known/matrix/client is properly configured."
150
+
"Could not reach the Matrix homeserver for #{hostname}, #{url} returned HTTP #{status_code}. Make sure this is a Matrix homeserver and https://#{hostname}/.well-known/matrix/client is properly configured."
153
151
154
152
{:reply,{:error,:unknown,message},state}
155
153
end
@@ -487,7 +485,6 @@ defmodule M51.MatrixClient.Client do
0 commit comments