Skip to main content

set_last_path

Function set_last_path 

Source
pub async fn set_last_path(user_id: i64, path: &str) -> Result<(), Error>
Expand description

gaps2 #11 round 2 — write last_path to preferences.last_path. Read-modify-write through the JSON blob, same pattern as set_table_pref.