Include opt-outs inside object

main
Bob Mottram 2024-06-23 10:15:46 +01:00
parent 95121b9919
commit 272690b3d3
1 changed files with 2 additions and 0 deletions

View File

@ -1282,6 +1282,8 @@ def _create_post_s2s(base_dir: str, nickname: str, domain: str, port: int,
'cc': to_cc,
'object': {
'id': new_post_id,
'xRobotsTag': 'noai, noimageai, GPC',
'secGPC': '1',
'conversation': conversation_id,
'context': conversation_id,
'type': post_object_type,