mirror of
https://github.com/markqvist/Sideband.git
synced 2025-12-02 21:27:43 -05:00
Refactored conversation list
This commit is contained in:
parent
165f480d7e
commit
d8581c981c
3 changed files with 3 additions and 365 deletions
|
|
@ -5358,7 +5358,7 @@ class SidebandCore():
|
|||
if new_msgs == 0:
|
||||
return "Done, no new messages"
|
||||
else:
|
||||
return "Downloaded "+str(new_msgs)+" new messages"
|
||||
return "Downloaded "+str(new_msgs)+" messages"
|
||||
else:
|
||||
return "Unknown"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue