Closed vleong2332 closed 8 years ago
In initializing NewMessageForm, the field to_user is pre-populated by all users, including self.
NewMessageForm
to_user
I concur with @vleong2332, including the messaging user in possible recipient list is not desired.
Should be resolved by PR #30
In initializing
NewMessageForm
, the fieldto_user
is pre-populated by all users, including self.