BBS: add repeat functionality
This commit is contained in:
parent
5951d637a9
commit
5ca1ac041f
|
@ -94,6 +94,7 @@ def handle_command(state, "help") do
|
|||
IO.puts("n - Show notifications")
|
||||
IO.puts("n read - Mark all notifactions as read")
|
||||
IO.puts("f <id> - Favourites the post with the given id")
|
||||
IO.puts("R <id> - Repeat the post with the given id")
|
||||
IO.puts("quit - Quit")
|
||||
|
||||
state
|
||||
|
|
Loading…
Reference in New Issue