๐ท๏ธ User Badges
March 28, 2026 ยท View on GitHub
Ketesa displays role badges on user avatars throughout the interface โ in the users list, the user detail view, and anywhere an avatar appears. Each badge has a tooltip explaining what it means, and multiple badges can appear on a single avatar when a user has more than one role (e.g., a bot that is also system-managed).
This makes it easy to identify account types at a glance without opening individual user records โ especially useful when managing large servers with many bridge puppets, bots, and federated users.
| Badge | Who it appears on |
|---|---|
| ๐ง You | Your own account |
| ๐ Admin | Homeserver administrators |
| ๐ก๏ธ Appservice/System-managed | Bridge puppets and other appservice-managed accounts |
| ๐ค Bot | Accounts with user_type: bot |
| ๐ Support | Accounts with user_type: support |
| ๐ค Regular User | Standard local accounts |
| ๐ Federated | Remote users from other homeservers |
๐ Available Badges
๐ง You
This badge is displayed on your user's avatar. The tooltip for this badge contains additional information, e.g.: You (Admin).
๐ Admin
This badge is displayed on homeserver admins' avatars. Tooltip: Admin.
๐ก๏ธ Appservice/System-managed
This badge is displayed on users that are managed by an appservice (or system). Learn more about system users. The tooltip for this badge contains additional information, e.g.: System-managed (Bot).
๐ค Bot
This badge is displayed on bots' avatars (users with the user_type set to bot). Tooltip: Bot.
๐ Support
This badge is displayed on users that are part of the support team (users with the user_type set to support). Tooltip: Support.
๐ค Regular User
This badge is displayed on regular users' avatars. Tooltip: Regular User.
๐ Federated (Remote) User
This badge is displayed on federated (remote) users' avatars. Tooltip: Federated User.