minor fixes for group functionality #412

Merged
sarah merged 3 commits from groupFix into master 2021-12-17 19:58:35 +00:00
Owner
  • import group does Join Server
  • add GroupName to new group events
  • change locking on engine.ephermeralServices
  • logify integ test
  • delete unused events
- import group does Join Server - add GroupName to new group events - change locking on engine.ephermeralServices - logify integ test - delete unused events
dan added 1 commit 2021-12-16 18:11:46 +00:00
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is failing Details
3efacc889d
minor fixes for group functionality
Member
Drone Build Status: failure https://build.openprivacy.ca/cwtch.im/cwtch/576
sarah reviewed 2021-12-16 18:55:51 +00:00
@ -588,6 +588,7 @@ func (cp *cwtchPeer) StartGroup(name string, server string) (int, error) {
event.ConversationID: strconv.Itoa(conversationID),
event.GroupID: group.GroupID,
event.GroupServer: group.GroupServer,
event.GroupName: name,
Owner

ImportGroup should also have this.

ImportGroup should also have this.
dan marked this conversation as resolved
sarah approved these changes 2021-12-16 18:55:59 +00:00
Member
Drone Build Status: failure https://build.openprivacy.ca/cwtch.im/cwtch/577
Member
Drone Build Status: failure https://build.openprivacy.ca/cwtch.im/cwtch/578
dan force-pushed groupFix from 34202aa125 to ac05caf009 2021-12-17 00:11:20 +00:00 Compare
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/cwtch/582
dan added 1 commit 2021-12-17 19:46:39 +00:00
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
113a6b617a
add back passwrod errors for use; staticcheck fixes
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/cwtch/586
sarah merged commit c22e2dd607 into master 2021-12-17 19:58:35 +00:00
Sign in to join this conversation.
No description provided.