Bugfix with MessageIDs in DM threads
This commit is contained in:
parent
b19a4821e4
commit
0f270a0390
|
@ -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,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user