| 6708 | return false; | 6708 | return false; |
| 6709 | } | 6709 | } |
| 6710 | | 6710 | |
| 6711 | targetMessage.swipes[targetMessage.swipe_id] = targetMessage.mes; | 6711 | // Only sync swipes if the chat is not pristine, so that macros in the greeting can resolve again on swipe |
| | 6712 | if (chat_metadata.tainted || chat.length > 1) { |
| | 6713 | targetMessage.swipes[targetMessage.swipe_id] = targetMessage.mes; |
| | 6714 | } |
| 6712 | | 6715 | |
| 6713 | targetSwipeInfo.send_date = targetMessage.send_date; | 6716 | targetSwipeInfo.send_date = targetMessage.send_date; |
| 6714 | targetSwipeInfo.gen_started = targetMessage.gen_started; | 6717 | targetSwipeInfo.gen_started = targetMessage.gen_started; |