mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Move a space
This commit is contained in:
parent
69a18514e9
commit
b9676a75f6
@ -85,8 +85,8 @@ class RoomAccountDataServlet(RestServlet):
|
|||||||
if account_data_type == "m.read_marker":
|
if account_data_type == "m.read_marker":
|
||||||
raise SynapseError(
|
raise SynapseError(
|
||||||
405,
|
405,
|
||||||
"Cannot set m.read_marker through this API. "
|
"Cannot set m.read_marker through this API."
|
||||||
"Use /rooms/!roomId:server.name/read_marker"
|
" Use /rooms/!roomId:server.name/read_marker"
|
||||||
)
|
)
|
||||||
|
|
||||||
max_id = yield self.store.add_account_data_to_room(
|
max_id = yield self.store.add_account_data_to_room(
|
||||||
|
Loading…
Reference in New Issue
Block a user