Skip to content
Snippets Groups Projects
  1. Nov 08, 2018
    • Erik Johnston's avatar
      Fix noop checks when updating device keys · b1a22b24
      Erik Johnston authored
      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.
      b1a22b24
  2. Nov 07, 2018
  3. Nov 06, 2018
  4. Nov 05, 2018
  5. Nov 02, 2018
  6. Nov 01, 2018
  7. Oct 31, 2018
Loading