class
Cryap::FollowsService
- Cryap::FollowsService
- Reference
- Object
Defined in:
services/follows.crConstructors
Instance Method Summary
- #accept_follow(by : Cryap::Database::Models::LocalAccount, to : Cryap::Database::Models::Account, follow_activity : URI)
- #remove_from_followers(by : Cryap::Database::Models::LocalAccount, to : Cryap::Database::Models::Account)
- #unfollow(by : Cryap::Database::Models::LocalAccount, to : Cryap::Database::Models::Account)
- #want_to_follow(by : Cryap::Database::Models::LocalAccount, to : Cryap::Database::Models::Account)
Constructor Detail
Instance Method Detail
def accept_follow(by : Cryap::Database::Models::LocalAccount, to : Cryap::Database::Models::Account, follow_activity : URI)
#
def remove_from_followers(by : Cryap::Database::Models::LocalAccount, to : Cryap::Database::Models::Account)
#
def want_to_follow(by : Cryap::Database::Models::LocalAccount, to : Cryap::Database::Models::Account)
#