forked from AkkomaGang/akkoma
If Credo fixes is so good, why is there no Credo fixes 2?
This commit is contained in:
parent
f3ea6ee2c8
commit
65689ba9bd
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ def handle_object_creation(%{"type" => "ChatMessage"} = object, meta) 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
|
||||
|
|
Loading…
Reference in a new issue