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-08-31 00:19:58 +10:00
2018-07-09 16:09:20 +10:00
2018-07-09 16:09:20 +10:00
2018-09-29 02:14:40 +01:00
2018-10-12 11:48:56 +01:00
2018-08-31 00:19:58 +10:00
2018-07-09 16:09:20 +10:00
2018-10-25 16:13:43 +01:00
2018-07-09 16:09:20 +10:00
2018-07-12 09:45:37 +01:00
2018-10-24 17:18:08 +01:00
2018-07-09 16:09:20 +10:00
2018-10-25 19:10:24 +01:00
2018-09-12 00:50:39 +01:00
2018-07-09 16:09:20 +10:00
2018-10-29 14:24:19 +00:00
2018-07-09 16:09:20 +10:00
2018-07-10 17:58:18 +01:00
2018-07-09 16:09:20 +10:00