aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorCalv Collins <calvcoll@gmail.com>2018-02-08 16:58:31 +0000
committerCalv Collins <calvcoll@gmail.com>2018-02-08 16:58:31 +0000
commit314f4775c580552543ae7d26d66942b450ba136b (patch)
tree093e8de02672ebce867eb83d0f97d0be510fc031 /lib
parentbdb5dd21943f886a1b4181aebd73e60662536e93 (diff)
parent2f291576e4eef95e6867348e24bc526058518095 (diff)
downloadpleroma-314f4775c580552543ae7d26d66942b450ba136b.tar.gz
Merge branch 'develop' of https://git.pleroma.social/calv/pleroma into develop
Diffstat (limited to 'lib')
-rw-r--r--lib/pleroma/stats.ex1
-rw-r--r--lib/pleroma/web/chat_channel.ex1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/pleroma/stats.ex b/lib/pleroma/stats.ex
index 0484f1a2d..737e9b62e 100644
--- 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
index 268bef17d..48a3553bf 100644
--- 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