mirror of
https://github.com/ArcaneChat/arcanechat-tui.git
synced 2026-07-03 14:05:26 +02:00
update to new API, replace chat.is_verified() with chat.is_protected()
This commit is contained in:
@@ -64,7 +64,7 @@ class MessageSendWidget(urwid.Filler, ChatListMonitor):
|
||||
else:
|
||||
chat = chats[current_chat_index]
|
||||
verified = ''
|
||||
if chat.is_verified():
|
||||
if chat.is_protected():
|
||||
verified = '✓ '
|
||||
text = ' {}[ {} ] -- {}'.format(
|
||||
verified, chat.get_name(), get_subtitle(chat))
|
||||
|
||||
Reference in New Issue
Block a user