diff options
author | Matias Linares <matiaslina@gmail.com> | 2020-12-27 11:54:20 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@gmail.com> | 2020-12-27 11:54:20 -0300 |
commit | 9e21432cb90b3d1ae4867871a05841f4687ecc01 (patch) | |
tree | 0c2ff37040168be4c51b24e277eb3ca40b267ab4 /docs/basics.pod6 | |
parent | 2983d424bad511d5c50c52caf5daedff27eb2ada (diff) | |
download | perl6-matrix-client-9e21432cb90b3d1ae4867871a05841f4687ecc01.tar.gz |
Update room documentation
Diffstat (limited to 'docs/basics.pod6')
-rw-r--r-- | docs/basics.pod6 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/basics.pod6 b/docs/basics.pod6 index 694983f..5770f4f 100644 --- a/docs/basics.pod6 +++ b/docs/basics.pod6 @@ -50,8 +50,7 @@ repeated data. my $new-response = $client.sync(:$since); There's a C<filter> argument that you could use to filter the response. To -see available parameters to the filter you can go -L<here|https://matrix.org/docs/spec/client_server/r0.3.0.html#post-matrix-client-r0-user-userid-filter>. +see available parameters to the filter you can go L<here|https://matrix.org/docs/spec/client_server/r0.3.0.html#post-matrix-client-r0-user-userid-filter>. # limit the messages per room to 1 |