Skip to content
Snippets Groups Projects
Unverified Commit 4dbd5fc3 authored by Greta's avatar Greta Committed by GitHub
Browse files

Merge pull request #4212 from nextcloud/fix/bad-forward-in-threadenvelope

forwarding a message from a threadEnvelope's forward menu action doesn't forward the correct message
parents c275a4cd ebb8eba0
No related branches found
No related tags found
No related merge requests found
......@@ -346,7 +346,7 @@ export default {
filter: this.$route.params.filter ? this.$route.params.filter : undefined,
},
query: {
messageId: this.$route.params.threadId,
messageId: this.envelope.databaseId,
},
})
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment