Skip to content

user_configuration

Robert C. Martin edited this page Jul 30, 2022 · 15 revisions
{:export-user-profile
  {:export-after-days <int> 
   :last-time-exported <seconds since epoch>
  }
}
  • export-user-profile This group of variables controls how often the profile metadata for this user will be sent to the relays.
    • :export-after-days The number of days to wait since the last time the profile was sent. Defaults to 7.
    • :last-time-exported The time in seconds since the epoch that the profile was last sent. (quot System/currentTimeMillis 1000) Set automatically. Change to 0 if you want your profile sent immediately.
Clone this wiki locally