diff options
| author | lain <lain@soykaf.club> | 2020-04-20 12:08:47 +0200 |
|---|---|---|
| committer | lain <lain@soykaf.club> | 2020-04-20 12:08:47 +0200 |
| commit | 5b6818b3e5dc39e328f6f8d4b8f4587e5e1cef94 (patch) | |
| tree | fdda33fa406fc12e4fac23f285ed4a8af04e5083 /test/web/pleroma_api/views/chat_view_test.exs | |
| parent | ce23673ca1539350802326c62d6e72bd040950f6 (diff) | |
| download | pleroma-5b6818b3e5dc39e328f6f8d4b8f4587e5e1cef94.tar.gz pleroma-5b6818b3e5dc39e328f6f8d4b8f4587e5e1cef94.zip | |
CommonAPI: Obey local limit for chat messages.
Diffstat (limited to 'test/web/pleroma_api/views/chat_view_test.exs')
| -rw-r--r-- | test/web/pleroma_api/views/chat_view_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/pleroma_api/views/chat_view_test.exs b/test/web/pleroma_api/views/chat_view_test.exs index 1eb0c6241..3dca555e8 100644 --- a/test/web/pleroma_api/views/chat_view_test.exs +++ b/test/web/pleroma_api/views/chat_view_test.exs @@ -2,7 +2,7 @@ # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> # SPDX-License-Identifier: AGPL-3.0-only -defmodule Pleroma.Web.PleromaAPI.ChatMessageViewTest do +defmodule Pleroma.Web.PleromaAPI.ChatViewTest do use Pleroma.DataCase alias Pleroma.Chat |
