Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix email notifications for unnamed rooms with multiple people #5388

Merged
merged 4 commits into from
Jun 17, 2019

Commits on Jun 7, 2019

  1. Fix email notifications for large unnamed rooms.

    When we try and calculate a description for a room for with no name but
    multiple other users we threw an exception (due to trying to subscript
    result of `dict.values()`).
    erikjohnston committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    928d1cc View commit details
    Browse the repository at this point in the history
  2. Refactor email tests

    erikjohnston committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    8182a1c View commit details
    Browse the repository at this point in the history
  3. Add test

    erikjohnston committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    2ebeda4 View commit details
    Browse the repository at this point in the history
  4. Newsfile

    erikjohnston committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    a099926 View commit details
    Browse the repository at this point in the history