You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.