You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README mentions that "devices marked as inactive will not be sent notifications" but it is actually not true. When you send message using device.send_message(), it is sent regardless the device is inactive.
The "active" value of boolean field is not checked anywhere in the code when sending message. Only when deactivating devices.
The text was updated successfully, but these errors were encountered:
Hi.
The README mentions that "devices marked as inactive will not be sent notifications" but it is actually not true. When you send message using
device.send_message()
, it is sent regardless the device is inactive.The "active" value of boolean field is not checked anywhere in the code when sending message. Only when deactivating devices.
The text was updated successfully, but these errors were encountered: