Update link in get_member_events doc comment

no code changes were necessary even though the spec was updated: we
already specified requires_authentication: true when the spec was
missing that information.
This commit is contained in:
Jonas Platte 2019-04-22 22:33:37 +02:00
parent 85236be89c
commit af8fe42259

View File

@ -1,4 +1,4 @@
//! [GET /_matrix/client/r0/rooms/{roomId}/members](https://matrix.org/docs/spec/client_server/r0.2.0.html#get-matrix-client-r0-rooms-roomid-members) //! [GET /_matrix/client/r0/rooms/{roomId}/members](https://matrix.org/docs/spec/client_server/r0.4.0.html#get-matrix-client-r0-rooms-roomid-members)
use ruma_api_macros::ruma_api; use ruma_api_macros::ruma_api;
use ruma_events::room::member::MemberEvent; use ruma_events::room::member::MemberEvent;