We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2ce53f commit a73554aCopy full SHA for a73554a
tests/30rooms/12thirdpartyinvite.pl
@@ -190,7 +190,7 @@
190
matrix_create_and_join_room(
191
[ $creator, $inviter ],
192
visibility => "private",
193
- preset => "private_chat",
+ preset => "private_chat", # Allow default PL users to invite others
194
with_invite => 1,
195
)->then( sub {
196
my ( $room_id ) = @_;
tests/41end-to-end-keys/06-device-lists.pl
@@ -731,8 +731,7 @@ sub sync_until_user_in_device_list
731
732
matrix_create_room( $creator,
733
invite => [ $remote_user->user_id ],
734
- # Allow default PL users to invite others
735
736
737
( $room_id ) = @_;
738
0 commit comments