Merge branch 'Review' into 'main'

Update delete_disabled_nodes.py

See merge request engineering/remarkbox/remarkbox!10
This commit is contained in:
Groupr 2025-04-05 16:19:27 +00:00
commit fa32bebde0

View file

@ -25,8 +25,6 @@ def is_node_anonymized(node):
(node.title == "deleted" or node.title is None)
and node.data == "deleted"
and node.data_html == "deleted"
and node.user_id is None
and node.user_surrogate_id is None
and node.ip_address is None
)