mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-26 19:02:17 -05:00
Conversation: Get the complete buffer
This commit is contained in:
parent
04e496dc98
commit
c63c332158
@ -115,6 +115,16 @@ public abstract class Conversation
|
||||
return message;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the buffer
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public LinkedList<Message> getBuffer()
|
||||
{
|
||||
return buffer;
|
||||
}
|
||||
|
||||
/**
|
||||
* Does the channel have buffered messages?
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user