diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2025-10-18 22:45:29 +0200 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-11-05 00:18:56 +0100 |
| commit | 497c11fd3636f3befd1e8dce4cd9dff8b3c63844 (patch) | |
| tree | 5175acadff34699b5f0da9721d14461845726cba /src/Erebos/Contact.hs | |
| parent | d13a6d4c4c857dbb830d3c9dbc3785b4cd0ee84d (diff) | |
Invite service and shared state
Changelog: New service and shared state for invites
Diffstat (limited to 'src/Erebos/Contact.hs')
| -rw-r--r-- | src/Erebos/Contact.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Erebos/Contact.hs b/src/Erebos/Contact.hs index b081ddb..78a504a 100644 --- a/src/Erebos/Contact.hs +++ b/src/Erebos/Contact.hs @@ -4,6 +4,8 @@ module Erebos.Contact ( contactCustomName, contactName, + ContactData(..), + contactSetName, ContactService, |