Commit graph

3 commits

Author SHA1 Message Date
a6129d14f5
checkpoint: implemented blocking and unblocking (ready for testing) 2024-05-21 00:00:15 +01:00
1a95384ba0
feat: followers and following others
This commit adds the ability to follow and unfollow (remote)
accounts and to display a list of followers and followees for
a specified account.

Changes:

- Added a command to follow an account.
- Added a command to unfollow an account.
- When displaying an account you can optionally view the relationship
  between that account and yourself.
- Added a command to view accounts that are following a specified
  account.
- Added a command to view accounts that are followed by a specified
  account.
2024-05-20 17:31:50 +01:00
acf36559b6
refactor: split files in internal client package 2024-02-27 20:05:03 +00:00