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

Remove some pointless exception handling #5300

Merged
merged 2 commits into from
May 31, 2019

Commits on May 30, 2019

  1. use attr.s for VerifyKeyRequest

    because namedtuple is awful
    richvdh committed May 30, 2019
    Configuration menu
    Copy the full SHA
    099829d View commit details
    Browse the repository at this point in the history
  2. Remove some pointless exception handling

    The verify_request deferred already returns a suitable SynapseError, so I don't
    really know what we expect to achieve by doing more wrapping, other than log
    spam.
    
    Fixes #4278.
    richvdh committed May 30, 2019
    Configuration menu
    Copy the full SHA
    8ea2f75 View commit details
    Browse the repository at this point in the history