mozilla-services / autopush

Python Web Push Server used by Mozilla
https://autopush.readthedocs.io/
Mozilla Public License 2.0
217 stars 34 forks source link

db Message.all_channels() does not use properly formed uaid #1330

Closed jrconlin closed 5 years ago

jrconlin commented 5 years ago

the channel scan function does not properly encode the string representation of the UUID to the same format as the key is stored. This results in no channels being returned for valid UAIDs.