Fix CHATHISTORY target not being casemapped
This commit is contained in:
parent
bdd0c7bc06
commit
5014673aae
@ -1819,6 +1819,7 @@ func (dc *downstreamConn) handleMessageRegistered(msg *irc.Message) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
entity = uc.network.casemap(entity)
|
||||
|
||||
// TODO: support msgid criteria
|
||||
criteriaParts := strings.SplitN(criteria, "=", 2)
|
||||
|
Loading…
Reference in New Issue
Block a user