mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Add own constant for maximum group invitation message length
This commit is contained in:
@@ -19,4 +19,9 @@ public interface PrivateGroupConstants {
|
||||
*/
|
||||
int MAX_GROUP_POST_BODY_LENGTH = MAX_MESSAGE_BODY_LENGTH - 1024;
|
||||
|
||||
/**
|
||||
* The maximum length of a group invitation message in bytes.
|
||||
*/
|
||||
int MAX_GROUP_INVITATION_MSG_LENGTH = MAX_MESSAGE_BODY_LENGTH - 1024;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user