summaryrefslogtreecommitdiff
path: root/components/chatlist.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'components/chatlist.hpp')
-rw-r--r--components/chatlist.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/chatlist.hpp b/components/chatlist.hpp
index 45dc2eb..0726cf5 100644
--- a/components/chatlist.hpp
+++ b/components/chatlist.hpp
@@ -13,7 +13,7 @@ public:
void SetMessages(Iter begin, Iter end);
template<typename Iter>
void PrependMessages(Iter begin, Iter end);
- void ProcessNewMessage(Snowflake id, bool prepend);
+ void ProcessNewMessage(const Message &data, bool prepend);
void DeleteMessage(Snowflake id);
void RefetchMessage(Snowflake id);
Snowflake GetOldestListedMessage();