mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-26 11:37:33 +00:00
Fixed incorrect object_url in ActivityFollow
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
DssController.prototype.showUserDetail = function(slug) {
|
||||
console.log("Controller: showUserDetail");
|
||||
this._showMixList();
|
||||
return vent.trigger("mix:showlist", {
|
||||
return vent.trigger("user:showdetail", {
|
||||
order_by: 'latest',
|
||||
user: slug
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user