mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-19 03:11:34 -05: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