From f56811d5466d4b23f6bfc71b88cb6cdbc4090e29 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 31 May 2020 23:14:39 +0200 Subject: logging: Remove the "typ" passing when adding or logging messages --- poezio/tabs/rostertab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/tabs/rostertab.py') diff --git a/poezio/tabs/rostertab.py b/poezio/tabs/rostertab.py index 4aa68fd5..5556cf77 100644 --- a/poezio/tabs/rostertab.py +++ b/poezio/tabs/rostertab.py @@ -364,7 +364,7 @@ class RosterInfoTab(Tab): 'info_col': dump_tuple(get_theme().COLOR_INFORMATION_TEXT), 'jid': message['from'], } - tab.add_message(InfoMessage(message), typ=0) + tab.add_message(InfoMessage(message)) @command_args_parser.ignored async def command_list_blocks(self): -- cgit v1.2.3