mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 11:07:51 +08:00
FIX: Re-enable filtering on user expansions on topics
This commit is contained in:
@ -55,7 +55,7 @@ export default ObjectController.extend({
|
||||
this.set('participant', null);
|
||||
|
||||
// Retrieve their participants info
|
||||
var participants = this.get('topic.details.participants');
|
||||
var participants = this.get('controllers.topic.details.participants');
|
||||
if (participants) {
|
||||
this.set('participant', participants.findBy('username', username));
|
||||
}
|
||||
|
Reference in New Issue
Block a user