-
Notifications
You must be signed in to change notification settings - Fork 183
Add deleted threads list #157
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
Conversation
|
+1 |
|
ping ;) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add something here to indicate that the list is displaying deleted threads?
|
Sorry for the delay. If you could address my (minor) suggestion I'm happy to merge this. |
|
I just added a comment at the top of the file. Is it ok ? |
|
Sorry, I meant more that the template |
|
Sorry ! I just pushed the update, I kept the "short" title style (like for "Sent", etc). Tell me if you prefer a longer title. |
|
Thanks, one more change though (sorry) - better to not include the translation for languages that we're not sure what it'd be. We dont want it to silently fail for those languages. |
|
Sure, no pb, done ! |
|
Thanks |
This PR adds a /deleted route with all user (soft) deleted threads.
I have tested queries in both ORM and ODM, it seems to be ok.