You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In home.list, the author of a post is displayed as author: display name (@[email protected]), but if they don't have a display name set, it'll show author: username (@[email protected])
However, in notifications.list, that doesn't happen if the user has no display name- instead it'll show author: (@[email protected]), with the same issue happening in the line that says what kind of interaction it was.
I haven't tested extensively to see what causes this to happen (as people without display names set are uncommon), but i've been able to reproduce this both with mastodon users on the same instance, and users on a different instance.
The text was updated successfully, but these errors were encountered:
update, what i initially said is inaccurate. i have two accounts- one on mastodon, one on akkoma. the akkoma account works perfectly for both, falling back as expected. but the mastodon one does not work for either home.list or notifications.list
In home.list, the author of a post is displayed as
author: display name (@[email protected])
, but if they don't have a display name set, it'll showauthor: username (@[email protected])
However, in notifications.list, that doesn't happen if the user has no display name- instead it'll show
author: (@[email protected])
, with the same issue happening in the line that says what kind of interaction it was.I haven't tested extensively to see what causes this to happen (as people without display names set are uncommon), but i've been able to reproduce this both with mastodon users on the same instance, and users on a different instance.
The text was updated successfully, but these errors were encountered: