Skip to content
Snippets Groups Projects
Commit b9676a75 authored by Luke Barnard's avatar Luke Barnard
Browse files

Move a space

parent 69a18514
No related branches found
No related tags found
No related merge requests found
......@@ -85,8 +85,8 @@ class RoomAccountDataServlet(RestServlet):
if account_data_type == "m.read_marker":
raise SynapseError(
405,
"Cannot set m.read_marker through this API. "
"Use /rooms/!roomId:server.name/read_marker"
"Cannot set m.read_marker through this API."
" Use /rooms/!roomId:server.name/read_marker"
)
max_id = yield self.store.add_account_data_to_room(
......
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