up
This commit is contained in:
+1
-1
@@ -253,7 +253,7 @@ class WhatsAppWebhook {
|
||||
// Try to update the referenced message (by message_id or id)
|
||||
$updated = $this->db->update(
|
||||
'conversations',
|
||||
['reaction_emoji' => $emoji, 'reaction_to_message_id' => $reactionTo, 'updated_at' => date('Y-m-d H:i:s')],
|
||||
['reaction_emoji' => $emoji, 'reaction_to_message_id' => $reactionTo],
|
||||
'message_id = :mid OR id = :mid',
|
||||
['mid' => $reactionTo]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user