add sendinvitation #38

Merged
sarah merged 3 commits from sendinvite into trunk 2021-05-11 22:37:54 +00:00
Owner
No description provided.
sarah was assigned by erinn 2021-05-11 04:34:40 +00:00
Owner
Drone Build Status: success https://build.openprivacy.ca/flutter/libcwtch-go/155
sarah reviewed 2021-05-11 17:21:11 +00:00
@ -519,0 +545,4 @@
}
inviteBytes, err := json.Marshal(invite)
if err != nil {
Owner

why not use SendMessage here to avoid duplicating code?

why not use SendMessage here to avoid duplicating code?
erinn marked this conversation as resolved
sarah reviewed 2021-05-11 17:21:26 +00:00
lib.go Outdated
@ -41,6 +41,11 @@ var acnQueue event.Queue
var contactEventsQueue event.Queue
var globalACN connectivity.ACN
type ChatMessage struct {
Owner

should have comment or be unexported

should have comment or be unexported
sarah reviewed 2021-05-11 17:21:38 +00:00
@ -519,0 +529,4 @@
SendInvitation(profile, handle, target)
}
func SendInvitation(profileOnion, handle, target string) {
Owner

comment functionality

comment functionality
erinn marked this conversation as resolved
erinn referenced this issue from a commit 2021-05-11 22:36:08 +00:00
sarah merged commit bef54c6091 into trunk 2021-05-11 22:37:53 +00:00
Owner
Drone Build Status: success https://build.openprivacy.ca/flutter/libcwtch-go/158
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#38
No description provided.