diff options
Diffstat (limited to 'src/filters.cc')
-rw-r--r-- | src/filters.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filters.cc b/src/filters.cc index b5f9983a..07278500 100644 --- a/src/filters.cc +++ b/src/filters.cc @@ -256,6 +256,7 @@ void anonymize_posts::operator()(post_t& post) create_temp_account_from_path(account_names, temps, xact.journal->master); post_t& temp = temps.copy_post(post, xact, new_account); temp.note = none; + temp.add_flags(POST_ANONYMIZED); (*handler)(temp); } |