+
+
+
+ {{
+ activeMember.name.substring(0, 1).toUpperCase()
+ }}
+
+
+
+ {{
+ activeMember.userId == $matrix.currentUserId
+ ? $t("room_info.user_you", {
+ user: activeMember.user ? activeMember.user.displayName : activeMember.name,
+ })
+ : $t("room_info.user", {
+ user: activeMember.user ? activeMember.user.displayName : activeMember.name,
+ })
+ }}
+
+
+ {{ $t("room_info.user_admin") }}
+
+
+ {{ $t("room_info.user_moderator") }}
+
+
+
+
+
+
+ $vuetify.icons.direct_chat {{ $t("menu.direct_chat") }}
+
+
+
+ $vuetify.icons.kick_out {{ $t("menu.user_kick_and_ban") }}
+
+
+
+ $vuetify.icons.make_admin {{ $t("menu.user_make_admin") }}
+
+
+ $vuetify.icons.make_moderator {{ $t("menu.user_make_moderator") }}
+
+
+ $vuetify.icons.kick_out {{ $t("menu.user_revoke_moderator") }}
+
+
+
+