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

Este commit está contenido en:
Dan Ballard 2019-02-05 19:01:46 +00:00 cometido por Gogs
commit ef480985a2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados

Ver fichero

@ -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)
}