| 316 | } |
| 317 | |
| 318 | void MessageEditor::StopReply() |
| 319 | { |
| 320 | bool wasReplying = m_bReplying; |
| 321 | m_bReplying = false; |
| 322 | m_replyMessage = 0; |
| 323 | m_replyName = ""; |
| 324 | |
| 325 | if (wasReplying) |
| 326 | Expand(-m_mentionAreaHeight); |
| 327 | } |
| 328 | |
| 329 | void MessageEditor::StartEdit(Snowflake messageID) |
| 330 | { |
no outgoing calls
no test coverage detected