Upgade Cwtch, Allow Unsigned APIs. #47

Merged
sarah merged 2 commits from post-stable-fixes into main 2024-01-03 16:24:44 +00:00
Owner

Also update .drone

Also update .drone
dan was assigned by sarah 2024-01-03 00:07:37 +00:00
sarah added 1 commit 2024-01-03 00:07:38 +00:00
continuous-integration/drone/pr Build is failing Details
c2c3c2894d
Upgade Cwtch, Allow Unsigned APIs.
Also update .drone
Member
Drone Build Status: failure https://build.openprivacy.ca/cwtch.im/autobindings/162
sarah added 1 commit 2024-01-03 00:09:23 +00:00
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is failing Details
c7c2259c2d
More .drone updates
Member
Drone Build Status: failure https://build.openprivacy.ca/cwtch.im/autobindings/163
Member
Drone Build Status: failure https://build.openprivacy.ca/cwtch.im/autobindings/164
Member
Drone Build Status: failure https://build.openprivacy.ca/cwtch.im/autobindings/165
Member
Drone Build Status: failure https://build.openprivacy.ca/cwtch.im/autobindings/166
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/autobindings/167
dan approved these changes 2024-01-03 10:25:15 +00:00
@ -201,3 +201,3 @@
groupHandler := servers.FunctionalityGate()
if err == nil {
knownServers = append(knownServers, groupHandler.GetServerInfo(profile, conversationInfo.Handle))
serverInfo, _ := groupHandler.GetServerInfo(profile, conversationInfo.Handle);
Owner

why the change to store serverInfo if we're not checking the error?... oh just cus now it returns an error and can't be used inline?

why the change to store serverInfo if we're not checking the error?... oh just cus now it returns an error and can't be used inline?
Author
Owner

Yup just the signature change.

Yup just the signature change.
sarah merged commit c7c2259c2d into main 2024-01-03 16:24:44 +00:00
Sign in to join this conversation.
No reviewers
dan
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: cwtch.im/autobindings#47
No description provided.