mirror of
https://github.com/discourse/discourse-chat-integration.git
synced 2025-07-07 22:32:12 +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);
|
this.set("modalShowing", true);
|
||||||
|
|
||||||
const model = {
|
const model = {
|
||||||
rule: this.store.createRecord("rule", { channel_id: channel.id }),
|
rule: this.store.createRecord("rule", { channel_id: channel.id, channel }),
|
||||||
channel,
|
channel,
|
||||||
provider: this.get("model.provider"),
|
provider: this.get("model.provider"),
|
||||||
groups: this.get("model.groups")
|
groups: this.get("model.groups")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user