Skip to content

Commit 2130989

Browse files
committed
refactor: Install & test - CPython 3.7 (ubuntu), codeco (3).
1 parent 773ba0f commit 2130989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zulipterminal/model.py

+1-1
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)