File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2151,7 +2151,7 @@ async def _run_push_actions_and_persist_event(
2151
2151
# persist_events_and_notify directly.)
2152
2152
assert not event .internal_metadata .outlier
2153
2153
2154
- if not backfilled and not context .rejected :
2154
+ if False and not backfilled and not context .rejected :
2155
2155
min_depth = await self ._store .get_min_depth (event .room_id )
2156
2156
if min_depth is None or min_depth > event .depth :
2157
2157
# XXX richvdh 2021/10/07: I don't really understand what this
Original file line number Diff line number Diff line change @@ -1464,9 +1464,10 @@ async def _persist_events(
1464
1464
a room that has been un-partial stated.
1465
1465
"""
1466
1466
1467
- await self ._bulk_push_rule_evaluator .action_for_events_by_user (
1468
- events_and_context
1469
- )
1467
+ # T2B: Disable push processing.
1468
+ #await self._bulk_push_rule_evaluator.action_for_events_by_user(
1469
+ # events_and_context
1470
+ #)
1470
1471
1471
1472
try :
1472
1473
# If we're a worker we need to hit out to the master.
You can’t perform that action at this time.
0 commit comments