Note: I'll create a separate PR after this which completes the reorganisation of templates and moves routes to appropriate mountpoints (like I did for /scuttlebutt in this PR).
I'll also do another PR for settings and status routes / templates for SSB.
Adds the following routes and mounts them at `/scuttlebutt`:
```bash
[GET] friends
[GET] follows
[GET] followers
[GET] blocks
[POST] follow
[POST] unfollow
[POST] block
[POST] publish
```
Renames `/messages` to `/private`.
Adds test for all newly-added routes.
-----
Note: I'll create a separate PR after this which completes the reorganisation of templates and moves routes to appropriate mountpoints (like I did for `/scuttlebutt` in this PR).
I'll also do another PR for settings and status routes / templates for SSB.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Adds the following routes and mounts them at
/scuttlebutt:Renames
/messagesto/private.Adds test for all newly-added routes.
Note: I'll create a separate PR after this which completes the reorganisation of templates and moves routes to appropriate mountpoints (like I did for
/scuttlebuttin this PR).I'll also do another PR for settings and status routes / templates for SSB.
LG! I like the reuse of peers_list.html