Skip to content
Snippets Groups Projects
  1. Jan 29, 2025
  2. Jan 22, 2025
  3. Jan 14, 2025
  4. Jan 07, 2025
  5. Jan 06, 2025
  6. Jan 03, 2025
    • Patrick Cloke's avatar
      Refactor get_profile: do not return missing fields. (#18063) · 6306de8e
      Patrick Cloke authored
      Refactor `get_profile` to avoid returning "empty" (`None` / `null`)
      fields. Currently this is not very important, but will be more useful
      once #17488 lands. It does update the servlet to use this now which has
      a minor change in behavior: additional fields served over federation
      will now be properly sent back to clients.
      
      It also adds constants for `avatar_url` / `displayname` although I did
      not attempt to use it everywhere possible.
      6306de8e
    • Shay's avatar
      Add a test to verify remote user messages can be redacted via admin api... · b5267678
      Shay authored
      Add a test to verify remote user messages can be redacted via admin api redaction endpoint if requester is admin in room (#18043)
      
      b5267678
  7. Dec 23, 2024
  8. Dec 20, 2024
    • Colin Watson's avatar
      Stop using twisted.internet.defer.returnValue (#18020) · d69c00b5
      Colin Watson authored
      `defer.returnValue` was only needed in Python 2; in Python 3, a simple
      `return` is fine.
      
      `twisted.internet.defer.returnValue` is deprecated as of Twisted 24.7.0.
      
      Most uses of `returnValue` in synapse were removed a while back; this
      cleans up some remaining bits.
      d69c00b5
  9. Dec 19, 2024
  10. Dec 18, 2024
Loading