this post was submitted on 20 Jun 2023
157 points (96.4% liked)

Sysadmin

7933 readers
9 users here now

A community dedicated to the profession of IT Systems Administration

No generic Lemmy issue posts please! Posts about Lemmy belong in one of these communities:
[email protected]
[email protected]
[email protected]
[email protected]

founded 2 years ago
MODERATORS
 

It's confusing for new users, and this instance in particular has 7k users but no interactions. It's a bot army, with the top user being called @admin.

Extremely shady and misleading.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 2 years ago (1 children)

@admin works as a link in your post and links to the admin of Kbin

[–] [email protected] 0 points 2 years ago* (last edited 2 years ago) (1 children)

Interesting, so a bare "@admin" will link to whatever user has that name on your local instance? That should probably be a bug, I could type "@falafel" or whatever and end up linking to completely different people based on whatever instance someone happens to be reading from. Maybe giving all those people mention notifications, too.

[–] [email protected] 2 points 2 years ago (1 children)

I'm actually working on the problem now. It's a tricky one to solve. There's no context about who that user is, like at all. So we either don't link any users. Or do a best effort.

[–] [email protected] 1 points 2 years ago (1 children)

Personally, I would think either default to the same instance as the person who's comment it is, or just don't link it at all since it's an incomplete address. Like failing to include the ".social" part of the "https://kbin" URL, it's just a broken thing.

[–] [email protected] 1 points 2 years ago

Not actually a bad shout. When a local user submits we can fully qualify the handle if it's short. Remote posts without a fully qualified won't be able to be linked.

🤔