From 21c4f3be72196e310ca84f93ccebc766dfa42e3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kr=C3=A6n=20Hansen?= Date: Thu, 16 Mar 2023 09:43:47 +0100 Subject: [PATCH] (RJS bindgen) Adopting to change in SyncManager#path_for_realm (#5565) --- spec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.yml b/spec.yml index 2a5cce4e8db..99f8852c2c1 100644 --- a/spec.yml +++ b/spec.yml @@ -1191,7 +1191,7 @@ classes: set_timeouts: '(timeouts: SyncClientTimeouts)' reconnect: () wait_for_sessions_to_terminate: () - path_for_realm: '(config: SyncConfig) -> StringData' + path_for_realm: '(config: SyncConfig, custom_file_name: util::Optional) -> StringData' get_existing_active_session: '(path: const std::string&) -> SharedSyncSession' ThreadSafeReference: {}