mirror of
https://github.com/flarum/core.git
synced 2025-07-24 10:11:43 +02:00
Add user activity system
This commit is contained in:
@@ -14,8 +14,6 @@ Router.map(function() {
|
||||
|
||||
this.resource('user', {path: '/u/:username'}, function() {
|
||||
this.route('activity', {path: '/'});
|
||||
this.route('discussions');
|
||||
this.route('posts');
|
||||
this.route('edit');
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user