Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create MboxMessage from self.request.data rather than self.request.data['mbox'] #92

Open
bonzini opened this issue Jul 27, 2018 · 0 comments

Comments

@bonzini
Copy link
Contributor

bonzini commented Jul 27, 2018

In MessagesViewSet.create, the loop to look for maintainers disregards the recipients specified in the JSON. Instead it parses again the mbox, creating another MboxMessage. This is inefficient and slightly incorrect when the input to POST is not text/plain.

@bonzini bonzini added django This issue is about the way Patchew uses Django and removed django This issue is about the way Patchew uses Django labels Jul 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant