Skip to content

Commit a73554a

Browse files
Small comment fixes for consistency (#808)
1 parent e2ce53f commit a73554a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tests/30rooms/12thirdpartyinvite.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
matrix_create_and_join_room(
191191
[ $creator, $inviter ],
192192
visibility => "private",
193-
preset => "private_chat",
193+
preset => "private_chat", # Allow default PL users to invite others
194194
with_invite => 1,
195195
)->then( sub {
196196
my ( $room_id ) = @_;

tests/41end-to-end-keys/06-device-lists.pl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -731,8 +731,7 @@ sub sync_until_user_in_device_list
731731

732732
matrix_create_room( $creator,
733733
invite => [ $remote_user->user_id ],
734-
# Allow default PL users to invite others
735-
preset => "private_chat",
734+
preset => "private_chat", # Allow default PL users to invite others
736735
)->then( sub {
737736
( $room_id ) = @_;
738737

0 commit comments

Comments
 (0)