mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Update insert
This commit is contained in:
parent
f5d8fdf0a7
commit
70d93cafdb
@ -537,7 +537,12 @@ class EventsBackgroundUpdatesStore(BackgroundUpdateStore):
|
||||
txn=txn,
|
||||
table="event_labels",
|
||||
values=[
|
||||
{"event_id": event_id, "label": label}
|
||||
{
|
||||
"event_id": event_id,
|
||||
"label": label,
|
||||
"room_id": event_json["room_id"],
|
||||
"topological_ordering": event_json["depth"],
|
||||
}
|
||||
for label in event_json["content"].get(
|
||||
EventContentFields.Labels, []
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user