summaryrefslogtreecommitdiff
path: root/src/Bridge.php
diff options
context:
space:
mode:
authorJoel Uckelman <uckelman@nomic.net>2011-09-26 22:31:45 +0200
committerJoel Uckelman <uckelman@nomic.net>2011-09-26 22:31:45 +0200
commit6895ac6c4274221cc28124fa9eead033b18cb626 (patch)
treea2710846570231cc4db553e870add639afd9d87c /src/Bridge.php
parent0655db496d5c0554f121aa0ee40815129892fecc (diff)
Don't delete message id's from the post DB, as this prevents replies coming in over the list from being routed to the correct forum topic.
Diffstat (limited to 'src/Bridge.php')
-rw-r--r--src/Bridge.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Bridge.php b/src/Bridge.php
index a84c304..e4a813f 100644
--- a/src/Bridge.php
+++ b/src/Bridge.php
@@ -38,8 +38,6 @@ interface Bridge {
public function registerByMessageId($messageId, $inReplyTo);
public function unregisterMessage($editId);
-
- public function removePost($postId);
}
?>