From 141e52eab14ae9f48844e175bc150753c8e3f002 Mon Sep 17 00:00:00 2001 From: TheJackiMonster Date: Tue, 7 Dec 2021 00:29:59 +0100 Subject: Deactivated chats without other members Signed-off-by: TheJackiMonster --- src/ui/chat_entry.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/ui/chat_entry.c') diff --git a/src/ui/chat_entry.c b/src/ui/chat_entry.c index 21b793e..33d969c 100644 --- a/src/ui/chat_entry.c +++ b/src/ui/chat_entry.c @@ -61,6 +61,12 @@ ui_chat_entry_new(MESSENGER_Application *app) return handle; } +void +ui_chat_entry_activate(UI_CHAT_ENTRY_Handle *handle) +{ + ui_chat_activate(handle->chat); +} + void ui_chat_entry_delete(UI_CHAT_ENTRY_Handle *handle) { -- cgit v1.2.3