Skip to content
Snippets Groups Projects
  1. Feb 29, 2020
  2. Feb 28, 2020
  3. Feb 27, 2020
  4. Feb 26, 2020
  5. Feb 25, 2020
  6. Feb 24, 2020
    • Richard van der Hoff's avatar
      Remove redundant store_room call (#6979) · 69165956
      Richard van der Hoff authored
      `_process_received_pdu` is only called by `on_receive_pdu`, which ignores any
      events for unknown rooms, so this is redundant.
      69165956
    • Richard van der Hoff's avatar
      Upsert room version when we join over federation (#6968) · a301934f
      Richard van der Hoff authored
      This is intended as a precursor to storing room versions when we receive an
      invite over federation, but has the happy side-effect of fixing #3374 at last.
      
      In short: change the store_room with try/except to a proper upsert which
      updates the right columns.
      a301934f
    • Richard van der Hoff's avatar
      Fix minor issues with email config (#6962) · 4c2ed3f2
      Richard van der Hoff authored
       * Give `notif_template_html`, `notif_template_text` default values (fixes #6960)
       * Don't complain if `smtp_host` and `smtp_port` are unset, since they have sensible defaults (fixes #6961)
       * Set the example for `enable_notifs` to `True`, for consistency and because it's more useful
       * Raise errors as ConfigError rather than RuntimeError for nicer formatting
      4c2ed3f2
  7. Feb 21, 2020
  8. Feb 20, 2020
  9. Feb 19, 2020
Loading