mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-05 10:44:13 -04:00
Stop populating events.content
This field is no longer read from, so we should stop populating it. Once we're happy that this doesn't break everything, and a rollback is unlikely, we can think about dropping the column.
This commit is contained in:
parent
1b4d73fa52
commit
5c1d301fd9
2 changed files with 93 additions and 1 deletions
|
@ -1189,7 +1189,6 @@ class EventsStore(EventsWorkerStore):
|
|||
"type": event.type,
|
||||
"processed": True,
|
||||
"outlier": event.internal_metadata.is_outlier(),
|
||||
"content": encode_json(event.content).decode("UTF-8"),
|
||||
"origin_server_ts": int(event.origin_server_ts),
|
||||
"received_ts": self._clock.time_msec(),
|
||||
"sender": event.sender,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue