Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to see sent messages in inbox. #43

Open
Zerokami opened this issue Nov 21, 2017 · 2 comments
Open

Unable to see sent messages in inbox. #43

Zerokami opened this issue Nov 21, 2017 · 2 comments

Comments

@Zerokami
Copy link

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.

@volksman
Copy link
Contributor

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.

@Jonatha-Varjao
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants