mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-07-13 15:14:49 -06:00
add: listening_from_me
This commit is contained in:
parent
94e046a83e
commit
9685c5ea97
@ -140,6 +140,15 @@
|
||||
},
|
||||
]"
|
||||
/>
|
||||
|
||||
<div>
|
||||
<v-checkbox
|
||||
v-model="typebotData.listening_from_me"
|
||||
label="Ouvir mensagens enviadas por mim"
|
||||
:disabled="loading"
|
||||
hide-details
|
||||
></v-checkbox>
|
||||
</div>
|
||||
</v-form>
|
||||
</v-card-text>
|
||||
<v-card-actions v-if="expanded">
|
||||
@ -188,6 +197,7 @@ export default {
|
||||
expire: 0,
|
||||
delay_message: 0,
|
||||
sessions: [],
|
||||
listening_from_me: false,
|
||||
typebot: "",
|
||||
url: "",
|
||||
keyword_finish: "",
|
||||
@ -197,6 +207,7 @@ export default {
|
||||
enabled: false,
|
||||
expire: 0,
|
||||
delay_message: 0,
|
||||
listening_from_me: false,
|
||||
sessions: [],
|
||||
typebot: "",
|
||||
url: "",
|
||||
|
Loading…
Reference in New Issue
Block a user