mirror of
https://github.com/element-hq/synapse.git
synced 2026-09-14 21:46:00 +00:00
Fix unserialize type
This commit is contained in:
@@ -837,7 +837,7 @@ class SlidingSyncRestServlet(RestServlet):
|
||||
operation: SlidingSyncResult.SlidingWindowList.Operation,
|
||||
) -> JsonDict:
|
||||
return {
|
||||
"op": operation.op,
|
||||
"op": operation.op.value,
|
||||
"range": operation.range,
|
||||
"room_ids": operation.room_ids,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user