julian on Nostr: Ah, yes, Notes also do contain that information. The earlier post I made contains ...
Ah, yes, Notes also do contain that information.
The earlier post I made contains context (the topic OrderedCollection), and audience (the containing category). Here's a subset of that object json:
<code>{
"id":"https://community.nodebb.org/post/99688";,
"type":"Note",
"to":[...],
"cc":[...],
"inReplyTo":"https://hachyderm.io/users/thisismissem/statuses/112440197848097443";,
"published":"2024-05-14T15:44:53.375Z",
"url":"https://community.nodebb.org/post/99688";,
"attributedTo":"https://community.nodebb.org/uid/2";,
"context":"https://community.nodebb.org/topic/2d35681b-8aee-42f2-9edc-cfc145cf294e";,
"audience":"https://community.nodebb.org/category/-1";,
"sensitive":false,
"summary":null,
"name":null,
"content":"...",
}
</code>
audience is mentioned in FEP-1b12 (nutomic (npub17g6…xrv5)), and context is mentioned in FEP-7888 (infinite love ⴳ (npub1t5c…ppw4))
The earlier post I made contains context (the topic OrderedCollection), and audience (the containing category). Here's a subset of that object json:
<code>{
"id":"https://community.nodebb.org/post/99688";,
"type":"Note",
"to":[...],
"cc":[...],
"inReplyTo":"https://hachyderm.io/users/thisismissem/statuses/112440197848097443";,
"published":"2024-05-14T15:44:53.375Z",
"url":"https://community.nodebb.org/post/99688";,
"attributedTo":"https://community.nodebb.org/uid/2";,
"context":"https://community.nodebb.org/topic/2d35681b-8aee-42f2-9edc-cfc145cf294e";,
"audience":"https://community.nodebb.org/category/-1";,
"sensitive":false,
"summary":null,
"name":null,
"content":"...",
}
</code>
audience is mentioned in FEP-1b12 (nutomic (npub17g6…xrv5)), and context is mentioned in FEP-7888 (infinite love ⴳ (npub1t5c…ppw4))