I can only assume this works

This commit is contained in:
Fox 2023-03-08 13:17:48 +09:00
parent a45192f1d4
commit 621a6a1689

View file

@ -76,6 +76,7 @@ defmodule Pleroma.Web.StreamerView do
end end
def render("chat_update.json", %{chat_message_reference: cm_ref}) do def render("chat_update.json", %{chat_message_reference: cm_ref}) do
require Logger
# Explicitly giving the cmr for the object here, so we don't accidentally # Explicitly giving the cmr for the object here, so we don't accidentally
# send a later 'last_message' that was inserted between inserting this and # send a later 'last_message' that was inserted between inserting this and
# streaming it out # streaming it out