# `PhoenixKit.Modules.Connections.FollowHistory`
[🔗](https://github.com/BeamLabEU/phoenix_kit/blob/v1.7.76/lib/modules/connections/follow_history.ex#L1)

Schema for follow activity history.

Records all follow/unfollow events for auditing and activity feeds.
The main `Follow` table stores only current state (active follows),
while this table preserves the complete history of actions.

## Actions

- `"follow"` - User followed another user
- `"unfollow"` - User unfollowed another user

# `changeset`
[🔗](https://github.com/BeamLabEU/phoenix_kit/blob/v1.7.76/lib/modules/connections/follow_history.ex#L43)

Creates a changeset for a follow history record.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
