logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 5ca1ac041f011df458af7ebe057b39c1cc9548d0
parent 5951d637a98402ad0e1d11d220c9374fc02d5bcd
Author: duponin <pwet@dupon.in>
Date:   Sun, 22 May 2022 03:19:24 +0200

BBS: add repeat functionality

Diffstat:

Mlib/pleroma/bbs/handler.ex1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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