BBS: add repeat functionality
This commit is contained in:
parent
5951d637a9
commit
5ca1ac041f
@ -94,6 +94,7 @@ defmodule Pleroma.BBS.Handler do
|
|||||||
IO.puts("n - Show notifications")
|
IO.puts("n - Show notifications")
|
||||||
IO.puts("n read - Mark all notifactions as read")
|
IO.puts("n read - Mark all notifactions as read")
|
||||||
IO.puts("f <id> - Favourites the post with the given id")
|
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")
|
IO.puts("quit - Quit")
|
||||||
|
|
||||||
state
|
state
|
||||||
|
Loading…
Reference in New Issue
Block a user