Erik Johnston b1a22b24ab Fix noop checks when updating device keys
Clients often reupload their device keys (for some reason) so its
important for the server to check for no-ops before sending out device
list update notifications.

The check is broken in python 3 due to the fact comparing bytes and
unicode always fails, and that we write bytes to the DB but get unicode
when we read.
2018-11-08 12:18:38 +00:00
..
2018-09-06 00:10:47 +10:00
2018-11-02 13:44:14 +00:00
2018-11-01 21:28:35 +11:00
2018-10-19 21:45:45 +11:00