Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Check if we already have the events returned by /state/ #986

Merged
merged 2 commits into from Aug 5, 2016

Conversation

Projects
None yet
2 participants
Owner

erikjohnston commented Aug 5, 2016

No description provided.

Contributor

NegativeMjark commented Aug 5, 2016

LGTM

@NegativeMjark NegativeMjark commented on an outdated diff Aug 5, 2016

synapse/federation/federation_client.py
)
signed_auth = yield self._check_sigs_and_hash_and_fetch(
- destination, auth_chain, outlier=True
+ destination,
+ [p for p in pdus if p.event_id not in auth_chain],
@NegativeMjark

NegativeMjark Aug 5, 2016

Contributor

Should this be seen_events rather than auth_chain?

@erikjohnston erikjohnston merged commit 9377509 into develop Aug 5, 2016

10 checks passed

Flake8 + Packaging (Commit) Build #1371 origin/erikj/state succeeded in 41 sec
Details
Flake8 + Packaging (Merged PR) Build finished.
Details
Sytest Dendron (Commit) Build #469 origin/erikj/state succeeded in 8 min 49 sec
Details
Sytest Dendron (Merged PR) Build finished.
Details
Sytest Postgres (Commit) Build #1302 origin/erikj/state succeeded in 6 min 41 sec
Details
Sytest Postgres (Merged PR) Build finished.
Details
Sytest SQLite (Commit) Build #1336 origin/erikj/state succeeded in 5 min 2 sec
Details
Sytest SQLite (Merged PR) Build finished.
Details
Unit Tests (Commit) Build #1407 origin/erikj/state succeeded in 2 min 7 sec
Details
Unit Tests (Merged PR) Build finished.
Details

@richvdh richvdh deleted the erikj/state branch Dec 1, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment