diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-12-23 18:43:09 -0600 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-12-23 18:43:09 -0600 |
commit | 65eaada53db93c37f8d175fca12325fcdc346cfb (patch) | |
tree | feef0288a06723f282274d7838bf11a911a7cf2e /lib/pleroma | |
parent | 07c30c9e6ef5eae5e2c5d0e919750884409a5fc8 (diff) | |
download | pleroma-2061-chat-deletion.tar.gz |
Chat deletion: fix missing `ChatView` alias2061-chat-deletion
Diffstat (limited to 'lib/pleroma')
-rw-r--r-- | lib/pleroma/web/pleroma_api/controllers/chat_controller.ex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pleroma/web/pleroma_api/controllers/chat_controller.ex b/lib/pleroma/web/pleroma_api/controllers/chat_controller.ex index 7d634a154..2cfc9a89e 100644 --- a/lib/pleroma/web/pleroma_api/controllers/chat_controller.ex +++ b/lib/pleroma/web/pleroma_api/controllers/chat_controller.ex @@ -15,6 +15,7 @@ defmodule Pleroma.Web.PleromaAPI.ChatController do alias Pleroma.User alias Pleroma.Web.CommonAPI alias Pleroma.Web.PleromaAPI.Chat.MessageReferenceView + alias Pleroma.Web.PleromaAPI.ChatView alias Pleroma.Web.Plugs.OAuthScopesPlug import Ecto.Query |