diff options
Diffstat (limited to 'context.cpp')
-rw-r--r-- | context.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/context.cpp b/context.cpp index a827d5a..cf0d24f 100644 --- a/context.cpp +++ b/context.cpp @@ -81,9 +81,9 @@ Context::blockChat(uint32_t chatId) } void -Context::unblockChat(uint32_t chatId) +Context::acceptChat(uint32_t chatId) { - dc_unblock_chat(m_context, chatId); + dc_accept_chat(m_context, chatId); } QString |