summaryrefslogtreecommitdiff
path: root/poezio/windows
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/windows')
-rw-r--r--poezio/windows/text_win.py2
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,