Merge branch 'develop' of https://git.pleroma.social/calv/pleroma into develop

stable
Calv Collins 7 years ago
commit 314f4775c5

@ -1,5 +1,4 @@
defmodule Pleroma.Stats do
use Agent
import Ecto.Query
alias Pleroma.{User, Repo, Activity}

@ -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

Loading…
Cancel
Save