Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Use stream rather depth ordering for push actions #3212

Merged
merged 1 commit into from
May 17, 2018

Conversation

erikjohnston
Copy link
Member

This simplifies things as it is, but will also allow us to change the
way we traverse topologically without having to update the way push
actions work.

This simplifies things as it is, but will also allow us to change the
way we traverse topologically without having to update the way push
actions work.
@@ -407,7 +407,6 @@ def insert_linearized_receipt_txn(self, txn, room_id, receipt_type,
txn,
room_id=room_id,
user_id=user_id,
topological_ordering=topological_ordering,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wonder if we ought to make the comparison at line 375 ignore topo ordering. Might fix the fact I currently have 1110 unread messages in #matrix-dev too.

Copy link
Member

@richvdh richvdh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@richvdh richvdh assigned erikjohnston and unassigned richvdh May 11, 2018
@erikjohnston erikjohnston merged commit f790620 into develop May 17, 2018
@erikjohnston erikjohnston deleted the erikj/epa_stream branch September 20, 2018 13:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants