pinax / pinax-messages

a Django app for allowing users of your site to send messages to each other
MIT License
202 stars 58 forks source link

"to_user" includes self #28

Closed vleong2332 closed 8 years ago

vleong2332 commented 8 years ago

In initializing NewMessageForm, the field to_user is pre-populated by all users, including self.

grahamu commented 8 years ago

I concur with @vleong2332, including the messaging user in possible recipient list is not desired.

vleong2332 commented 8 years ago

Should be resolved by PR #30