This commit is contained in:
2024-12-01 13:44:38 +01:00
parent 9993217ed1
commit a6712f7c98
5 changed files with 17 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ const sendMessage = async () => {
tenant: dataStore.currentTenant,
profile: i.id,
initiatingProfile: dataStore.activeProfile.id,
title: `Sie wurden im Chat ${itemInfo.value.name} erwähnt`,
title: `Sie haben eine neue Nachricht im Chat ${itemInfo.value.name}`,
link: `/chats/show/${itemInfo.value.id}`,
message: message.text
}