This repository has been archived by the owner on Aug 11, 2024. It is now read-only.
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.
Activity Log: I want to know what's happening in my local network #1083
Open
Description
We recently introduced the activity
table which tracks when:
- you follow a user
- you unfollow a user
- you update a note
- a peer publishes new changes
- a peer linked to your note
We can extend this to also track when peers follow a new user if we index peers-of-peers.
Using this activity log we can implement a reverse chronological “feed”.
Activity