BDX-town / Mangane

Alternative frontend for Akkoma
https://bdx.town
GNU Affero General Public License v3.0
141 stars 26 forks source link

host used as domain in account display #78

Open gerwitz opened 1 year ago

gerwitz commented 1 year ago

I am using an explicit WebFinger domain configuration so that my account URIs are acct:user@domain.tld although my web URLs are https://subdomain.domain.tld/@user.

This works well: my accounts are named user@domain.tld with clients connecting to my Akkoma BE or other instances via federation with WebFinger and ActivityPub. But on the Mangane FE, accounts are displayed as user@subdomain.domain.tld.

(I'm not familiar with either Elixir or React, so I have found diagnosing this difficult.)

Cl0v1s commented 1 year ago

Thanks for the report ! We will investigate this as soon as possible !

Cl0v1s commented 1 year ago

On foreign parts, it appears your account is correctly shown

image

EDIT: On your version of mangane, accounts seems fine to me too image

Can you provide screenshots of the problem you noticed ? :)

gerwitz commented 1 year ago

Well, that is strange. Here is my logged-in view, both with the soapbox/config setting to show local domains off, and then on:

image image
Cl0v1s commented 1 year ago

Ok thanks ! I think I know where to search now !

Cl0v1s commented 1 year ago

I started to work on that. Solving this issue is non trivial as retrieving data on each account related element is not an option. It will require some good thinking before being solved