Skip to content

Commit

Permalink
fix regression from wbotMessageListener cherrypicks
Browse files Browse the repository at this point in the history
  • Loading branch information
allgood committed Sep 15, 2024
1 parent 3231fb8 commit 8a67e7b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions backend/src/services/WbotServices/wbotMessageListener.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1773,11 +1773,6 @@ const handleMsgAck = async (
const messageToUpdate = await Message.findByPk(msg.key.id, {
include: [
"contact",
{
model: User,
attributes: { exclude: ["passwordHash"] },
required: false
},
{
model: Message,
as: "quotedMsg",
Expand Down

0 comments on commit 8a67e7b

Please sign in to comment.