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

This commit is contained in:
Dan Ballard 2019-02-05 19:01:46 +00:00 提交者 Gogs
當前提交 ef480985a2
共有 1 個檔案被更改,包括 1 行新增0 行删除

查看文件

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