diff options
| author | grunfink <grunfink@comam.es> | 2025-06-01 17:19:59 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2025-06-01 17:19:59 +0200 |
| commit | 4c7cc83708a0e335b383071df7594e13c5f05798 (patch) | |
| tree | 229c417e9c44c394d5a06417d697225807ea2bbb /doc | |
| parent | a136f7533d223865adec2a0794b9c290be631290 (diff) | |
Updated documentation.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/snac.1 | 37 |
1 files changed, 24 insertions, 13 deletions
@@ -422,19 +422,30 @@ chatbots, interactive textual games or whatever. The .Pa examples/ subdirectory contains a tiny Python program that implements an auto-follower for every new follow. The JSON notification object includes the following data: -.Bd -literal -offset indent -id: a unique notification identifier -actor: the origin actor id -target: the target actor id -date: the notification date -message: the full ActivityPub action JSON object -objid: the object identifier (extracted from message, may be null) -type: the action type (extracted from message) -utype: the action subtype (extracted from message, may be null) -uid: the user identifier (account name) -basedir: the server base directory -baseurl: the server base URL -.Ed +.Bl -tag -offset indent +.It id +a unique notification identifier +.It actor +the origin actor id +.It target +the target actor id +.It date +the notification date +.It message +the full ActivityPub action JSON object +.It objid +the object identifier (extracted from message, may be null) +.It type +the action type (extracted from message) +.It utype +the action subtype (extracted from message, may be null) +.It uid +the user identifier (account name) +.It basedir +the server base directory +.It baseurl +the server base URL +.El .Pp .Sh ENVIRONMENT .Bl -tag -width Ds |