| 29 | } |
| 30 | |
| 31 | MsgId Thread::topicRootId() const { |
| 32 | if (const auto topic = asTopic()) { |
| 33 | return topic->rootId(); |
| 34 | } |
| 35 | return MsgId(); |
| 36 | } |
| 37 | |
| 38 | PeerId Thread::monoforumPeerId() const { |
| 39 | if (const auto sublist = asSublist()) { |
no test coverage detected