Add M_NOT_FOUND errcode to response

This commit is contained in:
Andrew Morgan 2019-07-31 15:14:19 +01:00
parent ad2c415965
commit f536e7c6a7

View file

@ -576,7 +576,7 @@ class RoomEventServlet(RestServlet):
# This endpoint is supposed to return a 404 when the requester does
# not have permission to access the event
# https://matrix.org/docs/spec/client_server/r0.5.0#get-matrix-client-r0-rooms-roomid-event-eventid
return (404, "Event not found.")
return (404, "Event not found.", errcode=Codes.NOT_FOUND)
time_now = self.clock.time_msec()
if event: