Skip to content

Commit ea4229b

Browse files
authored
Merge pull request #155 from gabrc52/master
fix typo: seconds -> milliseconds
2 parents 3471a8f + 37c791b commit ea4229b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mautrix/client/api/modules/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ async def set_typing(self, room_id: RoomID, timeout: int = 0) -> None:
5050
5151
Args:
5252
room_id: The ID of the room in which the user is typing.
53-
timeout: The length of time in seconds to mark this user as typing.
53+
timeout: The length of time in milliseconds to mark this user as typing.
5454
"""
5555
if timeout > 0:
5656
content = {"typing": True, "timeout": timeout}

0 commit comments

Comments
 (0)