diff libervia/web/server/restricted_bridge.py @ 1593:c6976c5b85a1

browser (chat/select): add bookmarked entities on empty search
author Goffi <goffi@goffi.org>
date Mon, 11 Dec 2023 00:43:06 +0100
parents 9fc4120888be
children 7941444c1671
line wrap: on
line diff
--- a/libervia/web/server/restricted_bridge.py	Sun Dec 10 18:33:00 2023 +0100
+++ b/libervia/web/server/restricted_bridge.py	Mon Dec 11 00:43:06 2023 +0100
@@ -47,6 +47,17 @@
             "action_launch", callback_id, data_s, profile
         )
 
+    async def bookmarks_list(
+        self,
+        type_: str,
+        storage_location: str,
+        profile: str
+    ):
+        self.no_service_profile(profile)
+        return await self.host.bridge_call(
+            "bookmarks_list", type_, storage_location, profile
+        )
+
     async def call_start(self, entity: str, call_data_s: str, profile: str) -> None:
         self.no_service_profile(profile)
         return await self.host.bridge_call(