mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-26 17:17:54 -05:00
b1a22b24ab
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.