Upgrade Cwtch and Display Message Limits #339

Merged
sarah merged 1 commits from fastercwtch into trunk 2022-01-26 20:48:23 +00:00
Owner
No description provided.
dan was assigned by sarah 2022-01-26 20:30:13 +00:00
erinn was assigned by sarah 2022-01-26 20:30:13 +00:00
dan approved these changes 2022-01-26 20:32:02 +00:00
@ -180,0 +179,4 @@
var isGroup = Provider.of<ProfileInfoState>(context).contactList.getContact(Provider.of<AppState>(context, listen: false).selectedConversation!)!.isGroup;
// peers and groups currently have different length constraints (servers can store less)...
var lengthOk = (isGroup && ctrlrCompose.value.text.length < 1800) || ctrlrCompose.value.text.length <= 8000;
Owner

prolly define as constants

prolly define as constants
sarah force-pushed fastercwtch from e3dfefc34f to 5c76628578 2022-01-26 20:34:41 +00:00 Compare
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/cwtch-ui/522
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/cwtch-ui/523
sarah merged commit 6276b022dc into trunk 2022-01-26 20:48:23 +00:00
Sign in to join this conversation.
No reviewers
dan
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cwtch.im/cwtch-ui#339
No description provided.