Skip to content

Hotfix for PushResponseFilter's Active property

Compare
Choose a tag to compare
@adamyeager adamyeager released this 06 Jan 12:29

There was a bug with the PushResponseFilter's active property when converting it's value to the API query string. The bool was converted to string which had a value of "True". Pushbullet's API is expecting "true".