mirror of
https://github.com/discourse/discourse-chat-integration.git
synced 2025-07-07 14:22:13 +00:00
FIX: Allow using thread
filter for new rules
This commit is contained in:
parent
509360e190
commit
945c0a6e4f
@ -61,7 +61,7 @@ export default Ember.Controller.extend({
|
||||
this.set("modalShowing", true);
|
||||
|
||||
const model = {
|
||||
rule: this.store.createRecord("rule", { channel_id: channel.id }),
|
||||
rule: this.store.createRecord("rule", { channel_id: channel.id, channel }),
|
||||
channel,
|
||||
provider: this.get("model.provider"),
|
||||
groups: this.get("model.groups")
|
||||
|
Loading…
x
Reference in New Issue
Block a user