1
0
Fork 0
mirror of https://github.com/matrix-org/gomatrix synced 2025-06-06 23:03:24 +00:00

I missed an extraneous extra line...

This commit is contained in:
Sean Enck 2018-07-09 20:00:52 -04:00
parent 5aeec7faf4
commit fd1d59cf56
No known key found for this signature in database
GPG key ID: F08D2E576641A175

View file

@ -501,7 +501,6 @@ func (cli *Client) Receipt(roomID, receiptType, eventID string, req *ReqReceipt)
return
}
// RedactEvent redacts the given event. See http://matrix.org/docs/spec/client_server/r0.2.0.html#put-matrix-client-r0-rooms-roomid-redact-eventid-txnid
func (cli *Client) RedactEvent(roomID, eventID string, req *ReqRedact) (resp *RespSendEvent, err error) {
txnID := txnID()