From b4a20e9808176be3526953545c5a79808193f651 Mon Sep 17 00:00:00 2001 From: Schimon Jehudah Date: Tue, 2 Jan 2024 11:52:04 +0000 Subject: [PATCH] Fix command bookmarks --- slixfeed/xmpp/compose.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slixfeed/xmpp/compose.py b/slixfeed/xmpp/compose.py index 879775f..29c0fce 100644 --- a/slixfeed/xmpp/compose.py +++ b/slixfeed/xmpp/compose.py @@ -121,7 +121,7 @@ async def list_feeds(results): async def list_bookmarks(self): - conferences = bookmark.get(self) + conferences = await bookmark.get(self) groupchat_list = "\nList of groupchats:\n\n```\n" counter = 0 for conference in conferences: