Support Conversation Search, Upgrade Cwtch, Patch support for downloading new Cwtch library name formats #699

Merged
sarah merged 2 commits from search into trunk 2023-08-02 17:25:08 +00:00
Owner
No description provided.
dan was assigned by sarah 2023-08-02 16:45:12 +00:00
sarah force-pushed search from c92bff2649 to 6188dffbc0 2023-08-02 16:45:43 +00:00 Compare
sarah added 1 commit 2023-08-02 16:49:48 +00:00
continuous-integration/drone/pr Build was killed Details
dee5752d38
Cleanup + Android Support
dan approved these changes 2023-08-02 16:51:01 +00:00
@ -6,2 +6,3 @@
curl --fail https://build.openprivacy.ca/files/libCwtch-autobindings-$VERSION/linux/libCwtch.so --output linux/libCwtch.so
# FIXME...at some point we need to support different linux architectures...for now rely on existing expectations and rename x64 lib
curl --fail https://build.openprivacy.ca/files/libCwtch-autobindings-$VERSION/linux/libCwtch.x64.so --output linux/libCwtch.so
Owner

added #700

added #700
@ -160,6 +160,7 @@ class ById implements CacheHandler {
if (messageInfo == null) {
return Future.value(null);
}
EnvironmentConfig.debugLog("fetching $profileOnion $conversationIdentifier $id ${messageInfo.wrapper}");
Owner

do we want to keep this? i guess its debugLog

do we want to keep this? i guess its debugLog
Member
Drone Build Status: failure https://build.openprivacy.ca/cwtch.im/cwtch-ui/405
sarah merged commit 1b35f8a32b into trunk 2023-08-02 17:25:08 +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#699
No description provided.