A Flarum extension that builds on Flarum Subscriptions.
一个 Flarum 扩展,基于 Flarum Subscriptions。
-
Allow users to automatically follow the discussions they created(允许用户自动关注他们创建的主题)
-
Allow users to automatically follow the discussions they read(允许用户自动关注他们读过的主题)
- For automatically follow after read, the following state is not shown unless the page is refresh (当使用自动关注读过的主题时,需要刷新页面才会显示关注状态)
Install with composer:
composer require huoxin/auto-follow-discussion:"*"
composer update huoxin/auto-follow-discussion:"*"
php flarum migrate
php flarum cache:clear