diff options
Diffstat (limited to 'examples/rooms.p6')
-rw-r--r-- | examples/rooms.p6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rooms.p6 b/examples/rooms.p6 index 6af04bc..7a2de98 100644 --- a/examples/rooms.p6 +++ b/examples/rooms.p6 @@ -4,4 +4,4 @@ use Matrix::Client; my $c = Matrix::Client.new: :home-server<https://matrix.deprecated.org>; $c.login: @*ARGS[0], @*ARGS[1]; -say $c.rooms; +say $c.rooms(:sync); |