Merge branch 'group-map-fix' of cwtch.im/cwtch into master

Cette révision appartient à :
Dan Ballard 2019-02-05 19:01:46 +00:00 révisé par Gogs
révision ef480985a2
1 fichiers modifiés avec 1 ajouts et 0 suppressions

Voir le fichier

@ -284,6 +284,7 @@ func (p *Profile) ProcessInvite(gci *protocol.GroupChatInvite, peerHostname stri
group.InitialMessage = gci.GetInitialMessage()[:]
group.Accepted = false
group.Owner = peerHostname
group.Attributes = make(map[string]string)
p.AddGroup(group)
}