Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
MSC2716: Incremental existing history
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Eastwood authored and Eric Eastwood committed Dec 16, 2020
1 parent e1ace7e commit a7c414e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clientapi/routing/routing.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ func Setup(
return SendEvent(req, device, vars["roomID"], vars["eventType"], nil, nil, cfg, rsAPI, nil)
}),
).Methods(http.MethodPost, http.MethodOptions)
// asdf
r0mux.Handle("/rooms/{roomID}/send/{eventType}/{txnID}",
httputil.MakeAuthAPI("send_message", userAPI, func(req *http.Request, device *userapi.Device) util.JSONResponse {
vars, err := httputil.URLDecodeMapValues(mux.Vars(req))
Expand Down

0 comments on commit a7c414e

Please sign in to comment.