This is the second door-related module I've had to make this edit to today, so I assume this is something that has just changed: synchronized_doors line 25, data.object.flags.smartdoors needs to change to either wallConfig.object.flags.smartdoors or data.document.flags.smartdoors. I went with the former but I don't know enough to say which, if either, is better.
This is the second door-related module I've had to make this edit to today, so I assume this is something that has just changed: synchronized_doors line 25, `data.object.flags.smartdoors` needs to change to either `wallConfig.object.flags.smartdoors` or `data.document.flags.smartdoors`. I went with the former but I don't know enough to say which, if either, is better.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This is the second door-related module I've had to make this edit to today, so I assume this is something that has just changed: synchronized_doors line 25,
data.object.flags.smartdoorsneeds to change to eitherwallConfig.object.flags.smartdoorsordata.document.flags.smartdoors. I went with the former but I don't know enough to say which, if either, is better.