Second implementation with matrix_synapse_rest_auth #2

Merged
krombel merged 51 commits from second_implementation into master 2018-03-19 13:57:16 +01:00
Showing only changes of commit 8c854f716d - Show all commits

View File

@@ -29,7 +29,7 @@ try {
}
} catch (Exception $e) {
error_log("ídentity_bulk failed with error: " . $e->getMessage());
error_log("failed with error: " . $e->getMessage());
$response["error"] = $e->getMessage();
}
print (json_encode($response, JSON_PRETTY_PRINT) . "\n");