mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-20 14:49:53 +01:00
Fixed a typo in a constant.
This commit is contained in:
@@ -13,7 +13,7 @@ public interface SharingConstants {
|
|||||||
* The maximum length of the optional message from the inviter to the
|
* The maximum length of the optional message from the inviter to the
|
||||||
* invitee in UTF-8 bytes.
|
* invitee in UTF-8 bytes.
|
||||||
*/
|
*/
|
||||||
int MAX_INVITATION_MESSAGE_LENGTH = MAX_MESSAGE_BODY_LENGTH - 1204;
|
int MAX_INVITATION_MESSAGE_LENGTH = MAX_MESSAGE_BODY_LENGTH - 1024;
|
||||||
|
|
||||||
String CONTACT_ID = "contactId";
|
String CONTACT_ID = "contactId";
|
||||||
String GROUP_ID = "groupId";
|
String GROUP_ID = "groupId";
|
||||||
|
|||||||
Reference in New Issue
Block a user