We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373f320 commit 3c5d412Copy full SHA for 3c5d412
zulipterminal/ui_tools/boxes.py
@@ -97,7 +97,7 @@ def __init__(self, view: Any) -> None:
97
# don't include the user's own id in this list
98
self.typing_recipient_user_ids: List[int]
99
100
- # Private message recipient text entry, None if stream-box
+ # Direct message recipient text entry, None if stream-box
101
# or not initialized
102
self.to_write_box: Optional[ReadlineEdit]
103
0 commit comments