feat: notify on new room (wip)
This commit is contained in:
parent
6e285076d4
commit
92a97e8f8a
12 changed files with 119 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
|||
cabal-version: 1.12
|
||||
|
||||
-- This file has been generated from package.yaml by hpack version 0.35.2.
|
||||
-- This file has been generated from package.yaml by hpack version 0.37.0.
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
|
||||
|
@ -62,6 +62,7 @@ library
|
|||
, http-types
|
||||
, lifted-base
|
||||
, mtl
|
||||
, process
|
||||
, text
|
||||
, time
|
||||
, uuid
|
||||
|
@ -89,6 +90,7 @@ executable jitsi-rooms-exe
|
|||
, jitsi-rooms
|
||||
, lifted-base
|
||||
, mtl
|
||||
, process
|
||||
, text
|
||||
, time
|
||||
, uuid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue