Import Group Bundles and Sending Group Messages #26

Merged
erinn merged 2 commits from server-lists into trunk 2021-04-22 21:30:02 +00:00
Owner
No description provided.
erinn was assigned by sarah 2021-04-22 21:14:35 +00:00
Owner
Drone Build Status: success https://build.openprivacy.ca/flutter/libcwtch-go/110
erinn requested changes 2021-04-22 21:26:44 +00:00
@ -98,3 +100,1 @@
gf.HandleImportString(peer, bundle[0][11:])
gf.HandleImportString(peer, bundle[1])
return nil
err := gf.HandleImportString(peer, bundle[0][11:])
Owner

11 -> len(tofuBundlePrefix)

11 -> len(tofuBundlePrefix)
@ -101,3 +105,4 @@
return gf.HandleImportString(peer, bundle[1])
} else if strings.HasPrefix(importString, serverPrefix) {
// Server Key Bundles are prefixed with
bundle, err := base64.StdEncoding.DecodeString(importString[7:])
Owner

len(serverPrefix)

len(serverPrefix)
erinn merged commit b05c734ab7 into trunk 2021-04-22 21:30:02 +00:00
Owner
Drone Build Status: success https://build.openprivacy.ca/flutter/libcwtch-go/111
Owner
Drone Build Status: success https://build.openprivacy.ca/flutter/libcwtch-go/112
Owner
Drone Build Status: success https://build.openprivacy.ca/flutter/libcwtch-go/113
Sign in to join this conversation.
No reviewers
No Label
No Milestone
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: flutter/libcwtch-go#26
No description provided.