commit: 6b9a347353ff08aff1c4667567e36f3802fcaf29
parent c03852fbc78f8b02aef2189409f393a339ac113f
Author: marcin mikołajczak <git@mkljczk.pl>
Date: Wed, 25 Oct 2023 00:40:14 +0200
update changelog
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/changelog.d/local-webfinger.fix b/changelog.d/local-webfinger.fix
@@ -0,0 +1 @@
+Use correct domain for fqn and InstanceView
+\ No newline at end of file
diff --git a/test/pleroma/user_test.exs b/test/pleroma/user_test.exs
@@ -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"