mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
FIX: Re-enable filtering on user expansions on topics
This commit is contained in:
parent
ce745b737e
commit
d09f109b2c
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue