From 2ddc4f7ae91a51bc8fa279fdab3c7d64600e1a25 Mon Sep 17 00:00:00 2001 From: Wim Date: Sun, 18 Jun 2017 15:44:54 +0200 Subject: Add UserID to each message. Closes #200 --- bridge/config/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'bridge/config') diff --git a/bridge/config/config.go b/bridge/config/config.go index f79c40d0..79715b53 100644 --- a/bridge/config/config.go +++ b/bridge/config/config.go @@ -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"` -- cgit v1.2.3