From 584312f30805680711557ff6fbe291d2404367fb Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 17 Feb 2020 15:30:01 +0100 Subject: Correctly update room topics (works on irc) --- mxlib/api.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'mxlib') 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"` } -- cgit v1.2.3