diff options
Diffstat (limited to 'libempathy/empathy-tp-chat.c')
-rw-r--r-- | libempathy/empathy-tp-chat.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c index ea1c5ea62..65b4926c6 100644 --- a/libempathy/empathy-tp-chat.c +++ b/libempathy/empathy-tp-chat.c @@ -1713,6 +1713,13 @@ empathy_tp_chat_acknowledge_messages (EmpathyTpChat *chat, g_slist_free (msgs); } +void +empathy_tp_chat_acknowledge_all_messages (EmpathyTpChat *chat) +{ + empathy_tp_chat_acknowledge_messages (chat, + (GSList *) empathy_tp_chat_get_pending_messages (chat)); +} + gboolean empathy_tp_chat_password_needed (EmpathyTpChat *self) { |