Merge branch 'develop' into issue/1276
[akkoma] / test / web / mastodon_api / views / conversation_view_test.exs
index a2a880705b644edde3f0d4a78dff8ac9217ab2ef..6ed22597d0cc7ef4395fdf8e37adbdffe8700904 100644 (file)
@@ -30,5 +30,6 @@ defmodule Pleroma.Web.MastodonAPI.ConversationViewTest do
 
     assert [account] = conversation.accounts
     assert account.id == other_user.id
+    assert conversation.last_status.pleroma.direct_conversation_id == participation.id
   end
 end