Skip to content

Commit

Permalink
include message contact on deletion events - fix #213
Browse files Browse the repository at this point in the history
  • Loading branch information
allgood committed Nov 30, 2024
1 parent a676d1b commit 3a1f42e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/services/WbotServices/wbotMessageListener.ts
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,7 @@ export const verifyDeleteMessage = async (

const message = await Message.findByPk(msg.key.id, {
include: [
"contact",
{
model: Ticket,
include: [
Expand Down

0 comments on commit 3a1f42e

Please sign in to comment.