diff options
author | lain <lain@soykaf.club> | 2020-06-05 13:10:48 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-06-05 13:10:48 +0200 |
commit | 65689ba9bd44e291fc626cce2bd5136b93a5da90 (patch) | |
tree | 202a52066cddf6f3b4d68d1199cd5a259d9d6022 | |
parent | f3ea6ee2c82b2d63991d3e658566298c722ac0af (diff) | |
download | pleroma-65689ba9bd44e291fc626cce2bd5136b93a5da90.tar.gz |
If Credo fixes is so good, why is there no Credo fixes 2?
-rw-r--r-- | lib/pleroma/web/activity_pub/side_effects.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/activity_pub/side_effects.ex b/lib/pleroma/web/activity_pub/side_effects.ex index e7d050e81..b3aacff40 100644 --- a/lib/pleroma/web/activity_pub/side_effects.ex +++ b/lib/pleroma/web/activity_pub/side_effects.ex @@ -142,7 +142,7 @@ defmodule Pleroma.Web.ActivityPub.SideEffects do {:ok, chat} = Chat.bump_or_create(user.id, other_user.ap_id) {:ok, cm_ref} = ChatMessageReference.create(chat, object, user.ap_id != actor.ap_id) - # We add a cache of the unread value here so that it + # We add a cache of the unread value here so that it # doesn't change when being streamed out chat = chat |