KI-AGENT: Matrix-Kommunikation im Frontend anbinden

This commit is contained in:
2026-05-18 15:42:10 +02:00
parent b322d0c173
commit eb2dd03ef9
2 changed files with 250 additions and 0 deletions

View File

@@ -75,6 +75,11 @@ const links = computed(() => {
]
const communicationChildren = [
{
label: "Matrix",
to: "/communication",
icon: "i-heroicons-chat-bubble-left-right"
},
featureEnabled("helpdesk") ? {
label: "Helpdesk",
to: "/helpdesk",