--- activity.module	Sat May 02 05:42:52 2009
+++ activity.module	Mon May 04 11:03:20 2009
@@ -318,11 +318,11 @@
   
   // foreach pattern in the context, token_replace_multiple() with types
   foreach ($patterns as $target_key => $message) {
-    $messages[$types[$target_key]->uid] = token_replace_multiple($message, $types);
+    $messages[$types[$target_key]->uid] = token_replace_multiple($message, $types, '[', ']', array(), TRUE);
   }
   
   // and now do the everyone else pattern
-  $messages[0] = token_replace_multiple($context['everyone-pattern'], $types);
+  $messages[0] = token_replace_multiple($context['everyone-pattern'], $types, TRUE, '[', ']', array(), TRUE);
 
   // create a record
   $nid = NULL;
