diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/list_post_receive.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/list_post_receive.php b/src/list_post_receive.php index 0896324..ea06184 100644 --- a/src/list_post_receive.php +++ b/src/list_post_receive.php @@ -2,6 +2,7 @@ # TODO: logging! # TODO: translation of quoting to bbcode? +# TODO: handle attachments try { require_once(__DIR__ . '/Bridge.php'); @@ -61,9 +62,6 @@ try { $postType = 'post'; } -# FIXME: the subject and body may be charset encoded---need to decode these -# before posting! - # Post the message to the forum $postId = $phpbb->postMessage($postType, $forumId, $topicId, $msg); $bridge->setPostId($messageId, $postId); |