fix: return_notifications?: true
should automatically set notify?
to true
#1100
Labels
bug
Something isn't working
Describe the bug
Currently, when using
return_notifications?: true
, you also have to setnotify?: true
or no notifications will be generated. This is confusing and a bit of a footgun, as there is probably not any use case for that behavior.Ideally,
notify?
should be assumed to betrue
ifreturn_notifications?
istrue
.The text was updated successfully, but these errors were encountered: