diff options
-rw-r--r-- | poezio/windows/text_win.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/windows/text_win.py b/poezio/windows/text_win.py index 27795261..44a70953 100644 --- a/poezio/windows/text_win.py +++ b/poezio/windows/text_win.py @@ -312,7 +312,7 @@ class TextWin(BaseTextWin): # TODO: figure out the type of history. def build_new_message(self, message: Message, - history=None, + history: bool = False, clean: bool = True, highlight: bool = False, timestamp: bool = False, |