Index: trunk/extensions/LiquidThreads/LqtModel.php |
— | — | @@ -417,6 +417,7 @@ |
418 | 418 | $this->type = Threads::TYPE_DELETED; |
419 | 419 | $this->revisionNumber += 1; |
420 | 420 | $this->commitRevision(Threads::CHANGE_DELETED, $this, $reason); |
| 421 | + /* TODO: mark thread as read by all users, or we get blank thingies in New Messages. */ |
421 | 422 | } |
422 | 423 | function undelete($reason) { |
423 | 424 | $this->type = Threads::TYPE_NORMAL; |