X-Git-Url: https://gitweb.ps.run/matrix_esp_thesis/blobdiff_plain/6646bd126f9faf1e687b203512d29da243acaa90..10325eaf40c80eb91f1c1eceea880c3abd54efd7:/src/matrix.c?ds=inline diff --git a/src/matrix.c b/src/matrix.c index 1d2c3fa..fbcf97e 100644 --- a/src/matrix.c +++ b/src/matrix.c @@ -10,7 +10,7 @@ #define LOGIN_URL "/_matrix/client/v3/login" #define ENCRYPTED_REQUEST_SIZE (1024*5) -#define ENCRYPTED_EVENT_SIZE 1024 +#define ENCRYPTED_EVENT_SIZE (1024*10) #define ROOMEVENT_REQUEST_SIZE 256 #define ROOMEVENT_RESPONSE_SIZE 1024 #define ROOMEVENT_URL "/_matrix/client/v3/rooms/%s/send/%s/%d"