Revert "dodgy"

This reverts commit 6c579370d4.
This commit is contained in:
Olivier Wilkinson (reivilibre) 2022-12-19 22:30:33 +00:00
parent 6c579370d4
commit d80b3596b5

View file

@ -358,8 +358,6 @@ class RoomSendEventRestServlet(TransactionRestServlet):
):
content = parse_json_object_from_request(request)
print(len(sorted(random_string(1_000_000))))
event_dict: JsonDict = {
"type": event_type,
"content": content,