diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-05-19 21:37:46 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-05-23 21:10:12 +0200 |
commit | 620e5840aba91d683bf7b4ee115079550aae8569 (patch) | |
tree | d813fa3b2be9085d45612fe381b0892d4cb119cc /erebos.cabal | |
parent | 49db4661634b364ea49758666623a2efc3ac7107 (diff) |
Conversation interface
Changelog: Added `/conversations` command to list and select conversations
Diffstat (limited to 'erebos.cabal')
-rw-r--r-- | erebos.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erebos.cabal b/erebos.cabal index e0bf927..3c2d54e 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -97,6 +97,7 @@ library Erebos.Channel Erebos.Chatroom Erebos.Contact + Erebos.Conversation Erebos.Identity Erebos.Message Erebos.Network |