Browse Source

Merge branch 'remake-remodel-dms' of git.pleroma.social:pleroma/pleroma into remake-remodel-dms

1570-levenshtein-distance-user-search
lain 4 years ago
parent
commit
74edd4f391
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      test/chat_message_reference_test.exs
  2. +1
    -1
      test/web/activity_pub/transmogrifier/chat_message_test.exs

+ 1
- 1
test/chat_message_reference_test.exs View File

@@ -2,7 +2,7 @@
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.ChatMessageReferencTest do
defmodule Pleroma.ChatMessageReferenceTest do
use Pleroma.DataCase, async: true

alias Pleroma.Chat


+ 1
- 1
test/web/activity_pub/transmogrifier/chat_message_test.exs View File

@@ -13,7 +13,7 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier.ChatMessageTest do
alias Pleroma.Web.ActivityPub.Transmogrifier

describe "handle_incoming" do
test "handles this" do
test "handles chonks with attachment" do
data = %{
"@context" => "https://www.w3.org/ns/activitystreams",
"actor" => "https://honk.tedunangst.com/u/tedu",


Loading…
Cancel
Save