Skip to content

Add presence test from people in 2 different rooms in incremental sync#525

Merged
DMRobertson merged 9 commits intomainfrom
mv/presence-test-wip
Oct 27, 2022
Merged

Add presence test from people in 2 different rooms in incremental sync#525
DMRobertson merged 9 commits intomainfrom
mv/presence-test-wip

Conversation

@MatMaul
Copy link
Contributor

@MatMaul MatMaul commented Oct 20, 2022

This will fail for now, and should be fixed by matrix-org/synapse#14243.

Signed-off-by: Mathieu Velten <mathieuv@matrix.org>
@MatMaul MatMaul self-assigned this Oct 20, 2022
Mathieu Velten and others added 2 commits October 21, 2022 10:32
Co-authored-by: Jonathan de Jong <jonathan@automatia.nl>
@DMRobertson
Copy link
Contributor

This will fail for now, and should be fixed by matrix-org/synapse#14243.

For future reference: if you make the complement branch and the Synapse branch the same, they will be tested against each other. Will rerun now that I merged the Synapse PR.

bob.DoFunc(t, "PUT", []string{"_matrix", "client", "v3", "presence", "@bob:hs1", "status"}, reqBody)
charlie.DoFunc(t, "PUT", []string{"_matrix", "client", "v3", "presence", "@charlie:hs1", "status"}, reqBody)

presenceBob, presenceCharlie := false, false
Copy link
Contributor

Choose a reason for hiding this comment

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

We should spell out what we're doing here.
I think I'd call these seenBobOnline and seenCharlieOnline.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants