MCPcopy Create free account
hub / github.com/DiscordMessenger/dm / StopReply

Method StopReply

src/windows/MessageEditor.cpp:318–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318void 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
329void MessageEditor::StartEdit(Snowflake messageID)
330{

Callers 2

WindowProcFunction · 0.80
WndProcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected