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,
|
||||
'object': {
|
||||
'id': new_post_id,
|
||||
'xRobotsTag': 'noai, noimageai, GPC',
|
||||
'secGPC': '1',
|
||||
'conversation': conversation_id,
|
||||
'context': conversation_id,
|
||||
'type': post_object_type,
|
||||
|
|
Loading…
Reference in New Issue