logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: ae6e3cb98166a89c8cad0f3ec614cdfab6a9dd52
parent: 2222e5599c4f93c310564a01a16c37763a5c430d
Author: lain <lain@soykaf.club>
Date:   Sat, 31 Mar 2018 20:48:04 +0200

No tabs.

Diffstat:

Mlib/pleroma/gopher/server.ex1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/lib/pleroma/gopher/server.ex b/lib/pleroma/gopher/server.ex @@ -50,6 +50,7 @@ defmodule Pleroma.Gopher.Server.ProtocolHandler do end def info(text) do + text = String.replace(text, ~r/[\t\r\n]/, " ") "#{text}\tfake\(NULL)\t0\r\n" end