For set_typing, the documentation says the timeout is in seconds, but the Matrix API docs say it is in milliseconds. Since the code does not do any conversion between seconds to milliseconds, it uses milliseconds, so I am updating the docstring to be correct.
For
set_typing
, the documentation says thetimeout
is in seconds, but the Matrix API docs say it is in milliseconds. Since the code does not do any conversion between seconds to milliseconds, it uses milliseconds, so I am updating the docstring to be correct.