pinax-messages icon indicating copy to clipboard operation
pinax-messages copied to clipboard

Unable to see sent messages in inbox.

Open Zerokami opened this issue 7 years ago • 2 comments

I tried to find a way to view both sent and received messages in Inbox, but I see only received messages.

And directly visiting site.com/messages instead of site.com/messages/inbox is giving 404 error.

How do I view both sent and received messages.

Zerokami avatar Nov 21 '17 07:11 Zerokami

You will need the latest version (1.2.0) but you can add a url like:

url(r"^messages/inbox/deleted/", InboxView.as_view(),
        {'deleted': True}, name="inbox_deleted"),

That will expose the deleted/sent messages the same way you list your inbox.

volksman avatar Nov 21 '17 16:11 volksman

hey, any way to inform the user when he receives a message, using signals ??

Jonatha-Varjao avatar Jul 13 '18 15:07 Jonatha-Varjao