Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle transactions sent during UnverifiableEvents test (#59)
Once again Synapse likes to send presence when it joins a room. I wonder if we should perhaps make federation.HandleTransactionRequests default for new servers, with the ability to override it if desired? The only thing I worry about there is that you may want a test that 404's on transactions. Maybe at that point we could just extend HandleTransactionRequests to return custom responses.
- Loading branch information