Fix: Participant filter was broken.
This commit is contained in:
parent
558eb78daa
commit
f1a681aa46
|
@ -1,4 +1,4 @@
|
|||
Discourse.DiscourseTopicParticipantComponent = Ember.Component.extend({
|
||||
Discourse.TopicParticipantComponent = Ember.Component.extend({
|
||||
|
||||
postStream: Em.computed.alias('participant.topic.postStream'),
|
||||
|
||||
|
|
Loading…
Reference in New Issue