1
0
mirror of https://git.pleroma.social/sjw/pleroma.git synced 2024-12-27 20:25:17 +01:00

Merge branch 'bugfix/fix-gopher-server-i' into 'develop'

fix gopher server informational messages

See merge request pleroma/pleroma!268
This commit is contained in:
lambda 2018-08-10 13:45:39 +00:00
commit afb71b3038

View File

@ -54,7 +54,7 @@ defmodule Pleroma.Gopher.Server.ProtocolHandler do
String.split(text, "\r")
|> Enum.map(fn text ->
"i#{text}\tfake\(NULL)\t0\r\n"
"i#{text}\tfake\t(NULL)\t0\r\n"
end)
|> Enum.join("")
end