diff options
Diffstat (limited to 'toxcore/Messenger.h')
-rw-r--r-- | toxcore/Messenger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/Messenger.h b/toxcore/Messenger.h index 0823891a..9d7f17dc 100644 --- a/toxcore/Messenger.h +++ b/toxcore/Messenger.h | |||
@@ -32,7 +32,7 @@ | |||
32 | #include "LAN_discovery.h" | 32 | #include "LAN_discovery.h" |
33 | 33 | ||
34 | #define MAX_NAME_LENGTH 128 | 34 | #define MAX_NAME_LENGTH 128 |
35 | #define MAX_STATUSMESSAGE_LENGTH 128 | 35 | #define MAX_STATUSMESSAGE_LENGTH 1007 |
36 | 36 | ||
37 | #define FRIEND_ADDRESS_SIZE (crypto_box_PUBLICKEYBYTES + sizeof(uint32_t) + sizeof(uint16_t)) | 37 | #define FRIEND_ADDRESS_SIZE (crypto_box_PUBLICKEYBYTES + sizeof(uint32_t) + sizeof(uint16_t)) |
38 | 38 | ||