diff options
author | duponin <pwet@dupon.in> | 2022-05-22 03:19:24 +0200 |
---|---|---|
committer | duponin <pwet@dupon.in> | 2022-05-22 03:19:24 +0200 |
commit | 5ca1ac041f011df458af7ebe057b39c1cc9548d0 (patch) | |
tree | 4e89c8550fa51bbbd790645c8d040e2f1693d60d | |
parent | 5951d637a98402ad0e1d11d220c9374fc02d5bcd (diff) | |
download | pleroma-5ca1ac041f011df458af7ebe057b39c1cc9548d0.tar.gz pleroma-5ca1ac041f011df458af7ebe057b39c1cc9548d0.zip |
BBS: add repeat functionality
-rw-r--r-- | lib/pleroma/bbs/handler.ex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pleroma/bbs/handler.ex b/lib/pleroma/bbs/handler.ex index fecabb878..27799338f 100644 --- a/lib/pleroma/bbs/handler.ex +++ b/lib/pleroma/bbs/handler.ex @@ -94,6 +94,7 @@ defmodule Pleroma.BBS.Handler 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 |