ChatChannel: Ignore messages that are too long.

This commit is contained in:
lain 2019-12-04 12:48:34 +01:00
commit aa97fe8f17
5 changed files with 40 additions and 3 deletions

View file

@ -23,6 +23,7 @@ defmodule Pleroma.Web.ChannelCase do
quote do
# Import conveniences for testing with channels
use Phoenix.ChannelTest
use Pleroma.Tests.Helpers
# The default endpoint for testing
@endpoint Pleroma.Web.Endpoint