forked from blue/squawk
found a way to avoid requesting all the MUCs history alltogether on startup
This commit is contained in:
parent
3a120c773a
commit
ef1a9846bf
4 changed files with 34 additions and 6 deletions
|
@ -46,6 +46,7 @@ public:
|
|||
bool addElement(const Shared::Message& message);
|
||||
unsigned int addElements(const std::list<Shared::Message>& messages);
|
||||
Shared::Message getElement(const QString& id) const;
|
||||
bool hasElement(const QString& id) const;
|
||||
void changeMessage(const QString& id, const QMap<QString, QVariant>& data);
|
||||
Shared::Message oldest();
|
||||
QString oldestId();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue