No double check
| @@ -6120,7 +6120,7 @@ export function syncMesToSwipe(messageId = null) { | ||
| 6120 | 6120 | } |
| 6121 | 6121 | |
| 6122 | 6122 | const targetSwipeInfo = targetMessage.swipe_info[targetMessage.swipe_id]; |
| 6123 | 6123 | if (!targetSwipeInfo || typeof targetSwipeInfo !== 'object') { |
| 6124 | 6124 | return false; |
| 6125 | 6125 | } |
| 6126 | 6126 | |