diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-17 15:30:01 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-17 15:30:01 +0100 |
commit | 584312f30805680711557ff6fbe291d2404367fb (patch) | |
tree | c1d7993200ad500003026b77b79f234d79a01981 /mxlib | |
parent | c740f76826c0291005111c8554c256e8f491e7b9 (diff) | |
download | easybridge-584312f30805680711557ff6fbe291d2404367fb.tar.gz easybridge-584312f30805680711557ff6fbe291d2404367fb.zip |
Correctly update room topics (works on irc)
Diffstat (limited to 'mxlib')
-rw-r--r-- | mxlib/api.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mxlib/api.go b/mxlib/api.go index 84c125b..de5b424 100644 --- a/mxlib/api.go +++ b/mxlib/api.go @@ -81,10 +81,6 @@ type RoomJoinResponse struct { RoomId string `json:"room_id"` } -type RoomSendMessageRequest struct { - MsgType string `json:"msgtype"` - Body string `json:"body"` -} type RoomSendResponse struct { EventId string `json:"event_id"` } |