enbas/internal/model
Dan Anglin 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
..
account.go fix: update internal models for GoToSocial v0.15.0 2024-05-19 15:26:13 +01:00
account_relationship.go feat: followers and following others 2024-05-20 17:31:50 +01:00
application.go feat: add Enbas 2024-02-23 09:44:57 +00:00
emoji.go feat: add Enbas 2024-02-23 09:44:57 +00:00
follows.go feat: followers and following others 2024-05-20 17:31:50 +01:00
instance_v2.go fix: update internal models for GoToSocial v0.15.0 2024-05-19 15:26:13 +01:00
list.go feat: add and remove accounts from a list 2024-05-19 11:48:36 +01:00
status.go fix: update internal models for GoToSocial v0.15.0 2024-05-19 15:26:13 +01:00
timeline.go fix: add proper support for multi-line wrapping 2024-02-24 17:46:00 +00:00