Skip to content
Snippets Groups Projects
Commit 6c9f7039 authored by benjamin's avatar benjamin
Browse files

fixed group chat

parent 7c60201d
No related branches found
No related tags found
2 merge requests!510Release,!340Project/channels
......@@ -68,13 +68,6 @@ func (m *manager) Send(groupID *id.ID, tag string, message []byte) (
errors.Errorf(newCmixMsgErr, g.Name, g.ID, err)
}
// Obtain message ID
msgId, err := getGroupMessageId(
m.getE2eGroup(), groupID, m.getReceptionIdentity().ID, timeNow, message)
if err != nil {
return rounds.Round{}, time.Time{}, group.MessageID{}, err
}
// Send all the groupMessages
param := cmix.GetDefaultCMIXParams()
param.DebugTag = "group.Message"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment