mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-01 22:22:02 -04:00
Don't urlencode event types just yet so older HSes don't 500.
Skip the tests which test for urlencoding, and add a TODO in matrixService.
This commit is contained in:
parent
9f6d1b10ad
commit
42081b1937
2 changed files with 5 additions and 3 deletions
|
@ -231,7 +231,7 @@ describe('MatrixService', function() {
|
|||
httpBackend.flush();
|
||||
}));
|
||||
|
||||
it('should be able to send generic state events without a state key', inject(
|
||||
xit('should be able to send generic state events without a state key', inject(
|
||||
function(matrixService) {
|
||||
matrixService.setConfig({
|
||||
access_token: "foobar",
|
||||
|
@ -255,7 +255,7 @@ describe('MatrixService', function() {
|
|||
httpBackend.flush();
|
||||
}));
|
||||
|
||||
it('should be able to send generic state events with a state key', inject(
|
||||
xit('should be able to send generic state events with a state key', inject(
|
||||
function(matrixService) {
|
||||
matrixService.setConfig({
|
||||
access_token: "foobar",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue