/**
  * Reads the tags of this thread.
  */
 protected function readTags()
 {
     $this->tags = $this->thread->getTags(WCF::getSession()->getVisibleLanguageIDArray());
 }