Skip to content

Create local state for clients at startup. #279

akwizgran requested to merge 279-create-client-state into master

Most of the clients we've written so far use private groups shared with individual contacts and/or a local group that's not shared with anyone. To make it easier to ensure that the necessary groups exist when we need them, this patch allows clients to register startup hooks for creating their local state.

Fixes #279 (closed).

Merge request reports