mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 20:25:29 +08:00
Ref T190, text messages can be appended
(same sender sends one message in multiple parts)
This commit is contained in:
@@ -88,6 +88,8 @@ namespace BlackMisc
|
||||
//! Mark all messages as sent
|
||||
void markAsSent();
|
||||
|
||||
//! Add a text message, but append it to an existing message if possible
|
||||
void addConsolidatedTextMessage(const CTextMessage &message);
|
||||
};
|
||||
} //namespace
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user