Experimental Settings #10

Merged
erinn merged 4 commits from settings into trunk 2021-03-16 20:58:29 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3960244756 - Show all commits

View File

@ -27,7 +27,7 @@ func ExperimentGate(experimentMap map[string]bool) (*GroupFunctionality, error)
func (gf *GroupFunctionality) SendMessage(peer peer.CwtchPeer, handle string, message string) error {
// TODO this auto accepting behaviour needs some thinking through
if peer.GetGroup(handle).Accepted {
if !peer.GetGroup(handle).Accepted {
err := peer.AcceptInvite(handle)
if err != nil {
log.Errorf("tried to mark a nonexistent group as existed. bad!")