mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-23 12:29:30 -05:00
Add missing continuation indent.
This commit is contained in:
parent
5720ab59e0
commit
5940ec993b
@ -281,7 +281,8 @@ class MessageHandler(BaseHandler):
|
||||
|
||||
d["messages"] = {
|
||||
"chunk": [
|
||||
self.hs.serialize_event(m, trim_events) for m in messages
|
||||
self.hs.serialize_event(m, trim_events)
|
||||
for m in messages
|
||||
],
|
||||
"start": start_token.to_string(),
|
||||
"end": end_token.to_string(),
|
||||
|
Loading…
Reference in New Issue
Block a user