|
|
|
@ -276,7 +276,7 @@ const InputComposer = ({ channel, currentActive }) => {
|
|
|
|
|
|
|
|
|
|
useEffect(() => {
|
|
|
|
|
if (currentActive) focusInput();
|
|
|
|
|
if (!isEmpty(referenceMsg) && referenceMsg.waba.replace('+', '') !== fromIM.replace('+', '')) {
|
|
|
|
|
if (channel === 'waba' && !isEmpty(referenceMsg) && referenceMsg.waba.replace('+', '') !== fromIM.replace('+', '')) {
|
|
|
|
|
setWabaWarning('注意: 回复的消息与当前使用的WABA账户不一致. 请到个人资料页面切换WABA商业号身份.')
|
|
|
|
|
} else {
|
|
|
|
|
setWabaWarning('');
|
|
|
|
|