mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Remove commented out code
This commit is contained in:
parent
5130d80d79
commit
17bb9a7eb9
@ -366,20 +366,6 @@ class EventsStore(SQLBaseStore):
|
|||||||
txn, event.event_id, context.rejected
|
txn, event.event_id, context.rejected
|
||||||
)
|
)
|
||||||
|
|
||||||
# for hash_alg, hash_base64 in event.hashes.items():
|
|
||||||
# hash_bytes = decode_base64(hash_base64)
|
|
||||||
# self._store_event_content_hash_txn(
|
|
||||||
# txn, event.event_id, hash_alg, hash_bytes,
|
|
||||||
# )
|
|
||||||
|
|
||||||
# for prev_event_id, prev_hashes in event.prev_events:
|
|
||||||
# for alg, hash_base64 in prev_hashes.items():
|
|
||||||
# hash_bytes = decode_base64(hash_base64)
|
|
||||||
# self._store_prev_event_hash_txn(
|
|
||||||
# txn, event.event_id, prev_event_id, alg,
|
|
||||||
# hash_bytes
|
|
||||||
# )
|
|
||||||
|
|
||||||
self._simple_insert_many_txn(
|
self._simple_insert_many_txn(
|
||||||
txn,
|
txn,
|
||||||
table="event_auth",
|
table="event_auth",
|
||||||
|
Loading…
Reference in New Issue
Block a user