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.
      If set to :never then the profile will never be exported.
    • :last-time-exported The time in seconds since the epoch that the profile was last sent.
      Set automatically. Change to 0 if you want your profile sent immediately.
      • Note: If you modify your profile in the private/keys file, the new profile will be exported the next time you run more-speech.
Clone this wiki locally