From 3e491589a8f9bcbb877235b34e9401c3bdcfdde7 Mon Sep 17 00:00:00 2001 From: Madhur Garg Date: Mon, 8 Jul 2019 13:36:13 +0530 Subject: Changed type of history to 'boolean --- poezio/windows/text_win.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/windows') 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, -- cgit v1.2.3