Skip to content
Snippets Groups Projects
Unverified Commit f8d3ee95 authored by Travis Ralston's avatar Travis Ralston Committed by GitHub
Browse files

Fix grammatical error in error message (#12483)

* Fix grammatical error in error message

* changelog
parent 3c758d98
No related branches found
No related tags found
No related merge requests found
Fix grammatical error in federation error response when the room version of a room is unknown.
......@@ -130,7 +130,7 @@ class StateGroupWorkerStore(EventsWorkerStore, SQLBaseStore):
)
if room_version is None:
raise NotFoundError("Could not room_version for %s" % (room_id,))
raise NotFoundError("Could not find room_version for %s" % (room_id,))
return room_version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment