๐Ÿท๏ธ 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.

BadgeWho it appears on
๐Ÿง™ YouYour own account
๐Ÿ‘‘ AdminHomeserver administrators
๐Ÿ›ก๏ธ Appservice/System-managedBridge puppets and other appservice-managed accounts
๐Ÿค– BotAccounts with user_type: bot
๐Ÿ“ž SupportAccounts with user_type: support
๐Ÿ‘ค Regular UserStandard local accounts
๐ŸŒ FederatedRemote 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.