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
{{ message }}
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
Simplepush uses numbers for the version to send, which results in the message_id being logged as an int. They're supposed to be strings though, and the inconsistency means our logging gets messed up. They should be logged as strings as they are for webpush messages.
The text was updated successfully, but these errors were encountered:
For logging consistency on the backend we should use the same type
for logging values for the same key. Simplepush was logging its
version as an int however.
Closes#925
For logging consistency on the backend we should use the same type
for logging values for the same key. Simplepush was logging its
version as an int however.
Closes#925
Simplepush uses numbers for the version to send, which results in the message_id being logged as an int. They're supposed to be strings though, and the inconsistency means our logging gets messed up. They should be logged as strings as they are for webpush messages.
The text was updated successfully, but these errors were encountered: