forked from AkkomaGang/akkoma
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:
commit
afb71b3038
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ def info(text) do
|
||||||
|
|
||||||
String.split(text, "\r")
|
String.split(text, "\r")
|
||||||
|> Enum.map(fn text ->
|
|> Enum.map(fn text ->
|
||||||
"i#{text}\tfake\(NULL)\t0\r\n"
|
"i#{text}\tfake\t(NULL)\t0\r\n"
|
||||||
end)
|
end)
|
||||||
|> Enum.join("")
|
|> Enum.join("")
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue