learn-awesome / learn

A social network of lifelong learners built around humanity's universal learning map.
https://learnawesome.org/
Other
344 stars 40 forks source link

Fixes #203 Topics can be followed via ActivityPub #211

Closed nileshtrivedi closed 3 years ago

nileshtrivedi commented 3 years ago

This PR implements #203

Just like User, now Topics too can have a webfinger response, an actor response, an inbox url, and a add_to_inbox! method that accepts activities. Topic followers are stored in TopicActivityPubFollower model. ActivityPubFollowerJob is reused with the help of a method parameter.