mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Remove various bits of code whose migration periods have passed.
This commit is contained in:
@@ -9,16 +9,6 @@ public interface MessagingConstants {
|
||||
*/
|
||||
int MAX_PRIVATE_MESSAGE_TEXT_LENGTH = MAX_MESSAGE_BODY_LENGTH - 2048;
|
||||
|
||||
/**
|
||||
* The maximum length of an incoming private message's text in UTF-8 bytes.
|
||||
* This is higher than MAX_PRIVATE_MESSAGE_TEXT_LENGTH for compatibility
|
||||
* with older peers.
|
||||
* <p>
|
||||
* TODO: Remove after a reasonable migration period (added 2021-03-12).
|
||||
*/
|
||||
int MAX_PRIVATE_MESSAGE_INCOMING_TEXT_LENGTH =
|
||||
MAX_MESSAGE_BODY_LENGTH - 1024;
|
||||
|
||||
/**
|
||||
* The maximum number of attachments per private message.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user