From f25e0cca1929ff5f4264181d44f469bd081c1f27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 6 Jul 2024 15:22:34 +0200 Subject: Enable chatroom service Changelog: Chatrooms for multiple participants --- main/Main.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main/Main.hs') diff --git a/main/Main.hs b/main/Main.hs index 3c1494d..6591239 100644 --- a/main/Main.hs +++ b/main/Main.hs @@ -87,6 +87,8 @@ availableServices = True "attach (to) other devices" , ServiceOption "sync" (someService @SyncService Proxy) True "synchronization with attached devices" + , ServiceOption "chatroom" (someService @ChatroomService Proxy) + True "chatrooms with multiple participants" , ServiceOption "contact" (someService @ContactService Proxy) True "create contacts with network peers" , ServiceOption "dm" (someService @DirectMessage Proxy) -- cgit v1.2.3