When anonymizing posts, remove the transaction code
This commit is contained in:
parent
9ce498f890
commit
b95818026f
1 changed files with 1 additions and 0 deletions
|
|
@ -266,6 +266,7 @@ void anonymize_posts::operator()(post_t& post)
|
||||||
copy_xact_details = true;
|
copy_xact_details = true;
|
||||||
}
|
}
|
||||||
xact_t& xact = temps.last_xact();
|
xact_t& xact = temps.last_xact();
|
||||||
|
xact.code = none;
|
||||||
|
|
||||||
if (copy_xact_details) {
|
if (copy_xact_details) {
|
||||||
xact.copy_details(*post.xact);
|
xact.copy_details(*post.xact);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue