Skip to content

Commit

Permalink
fixup! Fix Lost update between last draft and sending a message
Browse files Browse the repository at this point in the history
Signed-off-by: hamza221 <[email protected]>
  • Loading branch information
hamza221 committed Aug 17, 2023
1 parent 5c22f9f commit a9c698f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/NewMessageModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ export default {
}
if (!this.composerData.id) {
console.log('here')
// This is a new message
const { id } = await saveDraft(dataForServer)
dataForServer.id = id
Expand Down

0 comments on commit a9c698f

Please sign in to comment.