diff options
| author | default <nobody@localhost> | 2025-01-07 08:08:51 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2025-01-07 08:08:51 +0100 |
| commit | 64f2d3d746d8536c460b88fc852fdca01c5c813c (patch) | |
| tree | 6141b84b9ddb58b43003cea309b20209b8d39164 /snac.h | |
| parent | b2bd4e18b9d7691cfae7be3e5e08a0c00ff4ac0e (diff) | |
Minor semantic tweak.
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -317,7 +317,7 @@ xs_dict *msg_follow(snac *snac, const char *actor); xs_dict *msg_note(snac *snac, const xs_str *content, const xs_val *rcpts, const xs_str *in_reply_to, const xs_list *attach, - int priv, const char *lang); + int scope, const char *lang); xs_dict *msg_undo(snac *snac, const xs_val *object); xs_dict *msg_delete(snac *snac, const char *id); |