Skip to content
New issue

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

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

31sync/10archived-ban: "Newly banned rooms appear in the leave section of incremental sync" is defined twice #1305

Open
ShadowJonathan opened this issue Oct 14, 2022 · 0 comments

Comments

@ShadowJonathan
Copy link
Contributor

With the only difference between the two tests being this diff, beginning from this line:

-         ban_user_synced( $user_a, $user_b, $room_id );
+         do_request_json_for( $user_a,
+            method => "POST",
+            uri    => "/r0/rooms/$room_id/ban",
+            content => { user_id => $user_b->user_id, reason => "testing" },
+         );
+      })->then( sub {
+         matrix_send_filler_messages_synced( $user_a, $room_id, 20 );
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

No branches or pull requests

1 participant