forked from External/ergo
fix #387
This commit is contained in:
parent
c2300e3e66
commit
0346c23ae0
2 changed files with 2 additions and 2 deletions
|
|
@ -90,7 +90,7 @@ func (rb *ResponseBuffer) AddFromClient(time time.Time, msgid string, fromNickMa
|
|||
}
|
||||
// attach message-id
|
||||
if len(msgid) > 0 && rb.session.capabilities.Has(caps.MessageTags) {
|
||||
msg.SetTag("draft/msgid", msgid)
|
||||
msg.SetTag("msgid", msgid)
|
||||
}
|
||||
// attach server-time
|
||||
if rb.session.capabilities.Has(caps.ServerTime) && !msg.HasTag("time") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue