update changelog

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2023-10-25 00:40:14 +02:00
parent c03852fbc7
commit 6b9a347353
2 changed files with 1 additions and 2 deletions

View File

@ -0,0 +1 @@
Use correct domain for fqn and InstanceView

View File

@ -2687,8 +2687,6 @@ defmodule Pleroma.UserTest do
test "returns fully qualified nickname for local users when using different domain for webfinger" do
clear_config([Pleroma.Web.WebFinger, :domain], "plemora.dev")
host = Pleroma.Web.Endpoint.host()
local_user = insert(:user, nickname: "local_user")
assert User.full_nickname(local_user) == "local_user@plemora.dev"