mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-11 03:46:28 +00:00
Add UserID to each message. Closes #200
This commit is contained in:
@ -19,6 +19,7 @@ type Message struct {
|
||||
Text string `json:"text"`
|
||||
Channel string `json:"channel"`
|
||||
Username string `json:"username"`
|
||||
UserID string `json:"userid"` // userid on the bridge
|
||||
Avatar string `json:"avatar"`
|
||||
Account string `json:"account"`
|
||||
Event string `json:"event"`
|
||||
|
Reference in New Issue
Block a user