diff options
Diffstat (limited to 'connector/connector.go')
-rw-r--r-- | connector/connector.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connector/connector.go b/connector/connector.go index 9894bfc..92b1adc 100644 --- a/connector/connector.go +++ b/connector/connector.go @@ -106,7 +106,7 @@ type Event struct { Room RoomID // Message text or action text - Message string + Text string // Attached files such as images Attachements map[string]MediaObject |