We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0060050 commit bbf0312Copy full SHA for bbf0312
1 file changed
app/assets/javascripts/discourse/routes/topic_route.js
@@ -19,7 +19,7 @@ Discourse.TopicRoute = Discourse.Route.extend({
19
20
composePrivateMessage: function(user) {
21
var self = this;
22
- this.transitionTo('userPrivateMessages', user).then(function () {
+ this.transitionTo('userActivity', user).then(function () {
23
self.controllerFor('userActivity').send('composePrivateMessage');
24
});
25
},
0 commit comments