In home.list, the author of a post is displayed as author: display name (@username@example.com), but if they don't have a display name set, it'll show author: username (@username@example.com)
However, in notifications.list, that doesn't happen if the user has no display name- instead it'll show author: (@username@example.com), 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.
In home.list, the author of a post is displayed as
author: display name (@username@example.com), but if they don't have a display name set, it'll showauthor: username (@username@example.com)However, in notifications.list, that doesn't happen if the user has no display name- instead it'll show
author: (@username@example.com), 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.