mirror of https://gitlab.com/bashrc2/epicyon
Include opt-outs inside object
parent
95121b9919
commit
272690b3d3
2
posts.py
2
posts.py
|
@ -1282,6 +1282,8 @@ def _create_post_s2s(base_dir: str, nickname: str, domain: str, port: int,
|
||||||
'cc': to_cc,
|
'cc': to_cc,
|
||||||
'object': {
|
'object': {
|
||||||
'id': new_post_id,
|
'id': new_post_id,
|
||||||
|
'xRobotsTag': 'noai, noimageai, GPC',
|
||||||
|
'secGPC': '1',
|
||||||
'conversation': conversation_id,
|
'conversation': conversation_id,
|
||||||
'context': conversation_id,
|
'context': conversation_id,
|
||||||
'type': post_object_type,
|
'type': post_object_type,
|
||||||
|
|
Loading…
Reference in New Issue