diff options
author | default <nobody@localhost> | 2024-02-15 17:34:46 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2024-02-15 17:34:46 +0100 |
commit | 263e239653b79d230a7546b9db89ff71dc0f2a53 (patch) | |
tree | 7d3718fe8a7927f4ea34028e2280ae384a05142b /snac.h | |
parent | 2afcb4b6ecafeb852abb2d0bb48d170b469a5a36 (diff) |
Moved verified links to its own json file.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ typedef struct { xs_dict *config; /* user configuration */ xs_dict *config_o; /* user configuration admin override */ xs_dict *key; /* keypair */ + xs_dict *links; /* validated links */ xs_str *actor; /* actor url */ xs_str *md5; /* actor url md5 */ } snac; |