Make messages unique and dedupe on reconnection
This commit is contained in:
@@ -4,6 +4,7 @@ type Message struct {
|
||||
Author string `json:"author"`
|
||||
Body string `json:"body"`
|
||||
Image string `json:"image"`
|
||||
Id string `json:"id"`
|
||||
}
|
||||
|
||||
func (self *Message) String() string {
|
||||
|
||||
Reference in New Issue
Block a user