@@ -296,6 +296,18 @@ function cns_make_post($topic_id, $title, $post, $skip_sig = 0, $is_starter = fa
@ignore_user_abort(false);
if(!$is_pt){
/*
The !$is_pt check is needed because it would get out of control if mentions were sent for notifications saved in private topics.
We call dispatch_member_mention_notifications early so that mentions collected during Comcode parsing for other notifications won't pollute our member mention pool.