chore: Added support for inbox variables (#11952)

This commit is contained in:
Muhsin Keloth
2025-07-30 11:07:18 +04:00
committed by GitHub
parent 62b36d4aec
commit 1230d1f251
4 changed files with 15 additions and 6 deletions

View File

@@ -372,6 +372,7 @@ export default {
const variables = getMessageVariables({
conversation: this.currentChat,
contact: this.currentContact,
inbox: this.inbox,
});
return variables;
},