Bugfix with MessageIDs in DM threads

This commit is contained in:
Noah 2023-06-24 13:47:20 -07:00
parent b19a4821e4
commit 0f270a0390

View File

@ -341,6 +341,7 @@ func (s *Server) SendTo(username string, msg Message) error {
Channel: msg.Channel,
Username: msg.Username,
Message: msg.Message,
MessageID: msg.MessageID,
})
}
}