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

Sending message to self shows duplicated threads #29

Closed vleong2332 closed 8 years ago

vleong2332 commented 8 years ago

Somewhat related to #28, the result of sending a message to self is two identical threads shown on the thread list for the same user.

jtauber commented 8 years ago

Is this irrelevant once #30 lands?

vleong2332 commented 8 years ago

No. I created this in case #28 is not a legitimate bug and #30 doesn't land. Probably should've said those in the original comment,

grahamu commented 8 years ago

My feeling is we should fix issue #28 and close this one. If you cannot send a message to yourself then presumably duplicate identical threads won't appear.