Skip to content

Commit 37c8e90

Browse files
committed
refactor: Install & test - CPython 3.7 (ubuntu), codeco (3).
1 parent 3e695c7 commit 37c8e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zulipterminal/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@ def next_unread_topic_from_message_id(
10241024
return None
10251025

10261026
def get_next_unread_pm(self) -> Optional[int]:
1027-
pms = list(self.unread_counts["unread_dms"].keys())
1027+
pms = list(self.unread_counts["unread_pms"].keys())
10281028
next_pm = False
10291029
for pm in pms:
10301030
if next_pm is True:

0 commit comments

Comments
 (0)