BBS / SSH
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
- Automatically resolved by lain
- lib/pleroma/bbs/handler.ex 0 → 100644
32 end 33 34 defp loop(state) do 35 self_pid = self() 36 counter = state.counter 37 prefix = state.prefix 38 user = state.user 39 40 input = spawn(fn -> io_get(self_pid, prefix, counter, user.nickname) end) 41 wait_input(state, input) 42 end 43 44 def puts_activity(activity) do 45 status = Pleroma.Web.MastodonAPI.StatusView.render("status.json", %{activity: activity}) 46 IO.puts("-- #{status.id} by #{status.account.display_name} (#{status.account.acct})") 47 IO.puts(HtmlSanitizeEx.strip_tags(status.content)) - Automatically resolved by lain
mentioned in issue #839 (closed)
added 488 commits
-
629ad176...d089ff24 - 486 commits from branch
develop
- 6ad8ddfd - Merge remote-tracking branch 'origin/develop' into feature/bbs
- 4c76f49e - BBS: small fixes.
-
629ad176...d089ff24 - 486 commits from branch
mentioned in commit aacac9da
Please register or sign in to reply