Hey friends! Please join the new test instance at https://campground.bonfire.cafeWe also updated the website at bonfirenetworks.org which hopefully explains the project a bit better While the playground was about experimenting with the UX and all the different features and extensions in the works, the campground only has the core and social extensions enabled while we focus on stabilising them (incl. federation) before a v1.0 release.(We'll come back on the playground and the other features soon, don't worry!)indieweb.social/@bonfire/109...

Somebody was working on a PR for saving drafts... In the meantime in the next release your draft will stay in place while you navigate between pages at least.

@Dazinism Interesting... ActivityPub would likely not allow actually deleting other people's comments once they've federated, but there's some things could do along these lines:
  • Delete your instance's copy of a comment in a thread you started, so that people who read the canonical thread will not see that comment.
  • Block someone from participating in a thread so their comments will only spread to the followers of the commenter (and other users of their instance) but won't be accepted by your instance and won't be forwarded to your followers.
  • Lock a thread you started so that any further replies will be treated the same as in the previous point.


Most of this should be pretty easy to implement using existing functionality such as boundaries, and would be usuful both for thread starters and Topic curators. But anything we can do with those will be limited compared to we'll be able to do when implementing proper Groups.

We've talked about doing something like this in the past. Of course it would be much more useful if we can agree with other fediverse apps on a standardised way to do it.