jointakahe / takahe

An ActivityPub/Fediverse server
BSD 3-Clause "New" or "Revised" License
1.1k stars 83 forks source link

Fix unnecessay webfinger when mentioning local identity #668

Closed alphatownsman closed 7 months ago

alphatownsman commented 7 months ago

Currently when creating a local post mentioning a local identity, the server will query itself via webfinger which seems unnecessary. This patch fixes that.

andrewgodwin commented 7 months ago

I appreciate your attention to efficiency!