diff options
author | lain <lain@soykaf.club> | 2020-05-06 16:31:21 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-06 16:31:21 +0200 |
commit | fc9d0b6eec1b206a27f4ec19f7939b3318a209ef (patch) | |
tree | 5a00ea0361936ae0ce3dd3106918b89bf3c7b5a8 /lib/pleroma/web | |
parent | 20baa2eaf04425cf0a2eebc84760be6c12ee7f51 (diff) | |
download | pleroma-fc9d0b6eec1b206a27f4ec19f7939b3318a209ef.tar.gz |
Credo fixes.
Diffstat (limited to 'lib/pleroma/web')
-rw-r--r-- | lib/pleroma/web/activity_pub/object_validators/chat_message_validator.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/activity_pub/object_validators/chat_message_validator.ex b/lib/pleroma/web/activity_pub/object_validators/chat_message_validator.ex index 99ffeba28..e40c80ab4 100644 --- a/lib/pleroma/web/activity_pub/object_validators/chat_message_validator.ex +++ b/lib/pleroma/web/activity_pub/object_validators/chat_message_validator.ex @@ -6,8 +6,8 @@ defmodule Pleroma.Web.ActivityPub.ObjectValidators.ChatMessageValidator do use Ecto.Schema alias Pleroma.User - alias Pleroma.Web.ActivityPub.ObjectValidators.Types alias Pleroma.Web.ActivityPub.ObjectValidators.AttachmentValidator + alias Pleroma.Web.ActivityPub.ObjectValidators.Types import Ecto.Changeset import Pleroma.Web.ActivityPub.Transmogrifier, only: [fix_emoji: 1] |