logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 2f291576e4eef95e6867348e24bc526058518095
parent: 103eca482cc00170f0943f00b36d9ef5771397e0
Author: Roger Braun <roger@rogerbraun.net>
Date:   Thu,  8 Feb 2018 16:03:30 +0100

Fix compile errors on 1.4.5

Diffstat:

Mlib/pleroma/stats.ex1-
Mlib/pleroma/web/chat_channel.ex1-
2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/lib/pleroma/stats.ex b/lib/pleroma/stats.ex @@ -1,5 +1,4 @@ defmodule Pleroma.Stats do - use Agent import Ecto.Query alias Pleroma.{User, Repo, Activity} diff --git a/lib/pleroma/web/chat_channel.ex b/lib/pleroma/web/chat_channel.ex @@ -24,7 +24,6 @@ defmodule Pleroma.Web.ChatChannel do end defmodule Pleroma.Web.ChatChannel.ChatChannelState do - use Agent @max_messages 20 def start_link do