add conv structure

This commit is contained in:
friendica 2011-12-05 00:35:44 -08:00
commit 116e20c89d
2 changed files with 44 additions and 3 deletions

View file

@ -27,6 +27,10 @@ function message_post(&$a) {
break;
case -3:
notice( t('Message could not be sent.') . EOL );
break;
case -4:
notice( t('Message collection failure.') . EOL );
break;
default:
info( t('Message sent.') . EOL );
}