Merge branch 'Review' into 'main'
Update delete_disabled_nodes.py See merge request engineering/remarkbox/remarkbox!10
This commit is contained in:
commit
fa32bebde0
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue