| 4906 | } |
| 4907 | |
| 4908 | void MessageList::AddMessageInternal(Snowflake msgId, bool toStart, bool updateLastViewedMessage, bool resetAnchor) |
| 4909 | { |
| 4910 | AddMessageInternal(GetMessageCache()->GetLoadedMessage(m_channelID, msgId), toStart, updateLastViewedMessage, resetAnchor); |
| 4911 | } |
| 4912 | |
| 4913 | void MessageList::AddMessageInternal(MessagePtr msg, bool toStart, bool updateLastViewedMessage, bool resetAnchor) |
| 4914 | { |
nothing calls this directly
no test coverage detected