Implement save/unsave post + saved list display

This commit is contained in:
David Foucher
2016-01-17 13:09:48 +01:00
parent 20a17ec2b3
commit 805875519e
5 changed files with 42 additions and 4 deletions

View File

@@ -34,6 +34,7 @@ Basic Commands
Authenticated Commands
`a/z` : Upvote/downvote
`w` : Save/unsave a post
`c` : Compose a new post or comment
`e` : Edit an existing post or comment
`d` : Delete an existing post or comment
@@ -80,4 +81,4 @@ SUBMISSION_EDIT_FILE = """{content}
# and an empty message aborts the submission.
#
# Editing {name}
"""
"""